Open CASCADE Technology 6.6.0
Public Member Functions
Prs3d_IsoAspect Class Reference

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>

Inheritance diagram for Prs3d_IsoAspect:
Inheritance graph
[legend]

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.


Constructor & Destructor Documentation

Prs3d_IsoAspect::Prs3d_IsoAspect ( const Quantity_NameOfColor  aColor,
const Aspect_TypeOfLine  aType,
const Standard_Real  aWidth,
const Standard_Integer  aNumber 
)
  • the color attribute aColor
  • the type of line aType
  • the width value aWidth
  • aNumber, the number of isoparameters to be displayed.
Prs3d_IsoAspect::Prs3d_IsoAspect ( const Quantity_Color aColor,
const Aspect_TypeOfLine  aType,
const Standard_Real  aWidth,
const Standard_Integer  aNumber 
)

Member Function Documentation

Standard_Integer Prs3d_IsoAspect::Number ( ) const
void Prs3d_IsoAspect::SetNumber ( const Standard_Integer  aNumber)

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines