#include <Prs3d_IsoAspect.hxx>
Inheritance diagram for Prs3d_IsoAspect:
Public Member Functions | |
Standard_EXPORT | Prs3d_IsoAspect (const Quantity_NameOfColor aColor, const Aspect_TypeOfLine aType, const Standard_Real aWidth, const Standard_Integer aNumber) |
Constructs a framework to define display attributes of isoparameters. These include: - the color attribute aColor - the type of line aType - the width value aWidth - aNumber, the number of isoparameters to be displayed. . | |
Standard_EXPORT | Prs3d_IsoAspect (const Quantity_Color &aColor, const Aspect_TypeOfLine aType, const Standard_Real aWidth, const Standard_Integer aNumber) |
Standard_EXPORT void | SetNumber (const Standard_Integer aNumber) |
defines the number of U or V isoparametric curves to be drawn for a single face. Default value: 10 | |
Standard_EXPORT Standard_Integer | Number () const |
returns the number of U or V isoparametric curves drawn for a single face. | |
virtual Standard_EXPORT void | Print (Standard_OStream &s) const |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
Standard_Integer | myNumber |
|
|
|
|
|
Reimplemented from Prs3d_LineAspect. |
|
|
|
Reimplemented from Prs3d_LineAspect. |
|
|
|
|