|
Open CASCADE Technology
6.5.4
|
A framework to define the display attributes of isoparameters.
This framework can be used to modify the default
setting for isoparameters in AIS_Drawer.
#include <Prs3d_IsoAspect.hxx>

Public Member Functions | |
| 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: | |
| Prs3d_IsoAspect (const Quantity_Color &aColor, const Aspect_TypeOfLine aType, const Standard_Real aWidth, const Standard_Integer aNumber) | |
| 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_Integer | Number () const |
| returns the number of U or V isoparametric curves drawn for a single face. | |
| Prs3d_IsoAspect::Prs3d_IsoAspect | ( | const Quantity_NameOfColor | aColor, |
| const Aspect_TypeOfLine | aType, | ||
| const Standard_Real | aWidth, | ||
| const Standard_Integer | aNumber | ||
| ) |
| Prs3d_IsoAspect::Prs3d_IsoAspect | ( | const Quantity_Color & | aColor, |
| const Aspect_TypeOfLine | aType, | ||
| const Standard_Real | aWidth, | ||
| const Standard_Integer | aNumber | ||
| ) |
| Standard_Integer Prs3d_IsoAspect::Number | ( | ) | const |
| void Prs3d_IsoAspect::SetNumber | ( | const Standard_Integer | aNumber | ) |
1.8.0