Open CASCADE Technology
6.5.4
|
defines Hierarchy, Type <406> Form <10>
in package IGESBasic
Provides ability to control the hierarchy of each
directory entry attribute.
#include <IGESBasic_Hierarchy.hxx>
Public Member Functions | |
IGESBasic_Hierarchy () | |
void | Init (const Standard_Integer nbPropVal, const Standard_Integer aLineFont, const Standard_Integer aView, const Standard_Integer anEntityLevel, const Standard_Integer aBlankStatus, const Standard_Integer aLineWt, const Standard_Integer aColorNum) |
This method is used to set the fields of the class Hierarchy | |
Standard_Integer | NbPropertyValues () const |
returns the number of property values, which should be 6 | |
Standard_Integer | NewLineFont () const |
returns the line font | |
Standard_Integer | NewView () const |
returns the view | |
Standard_Integer | NewEntityLevel () const |
returns the entity level | |
Standard_Integer | NewBlankStatus () const |
returns the blank status | |
Standard_Integer | NewLineWeight () const |
returns the line weight | |
Standard_Integer | NewColorNum () const |
returns the color number |
void IGESBasic_Hierarchy::Init | ( | const Standard_Integer | nbPropVal, |
const Standard_Integer | aLineFont, | ||
const Standard_Integer | aView, | ||
const Standard_Integer | anEntityLevel, | ||
const Standard_Integer | aBlankStatus, | ||
const Standard_Integer | aLineWt, | ||
const Standard_Integer | aColorNum | ||
) |
- nbPropVal : Number of Property values = 6 <br> - aLineFont : indicates the line font <br> - aView : indicates the view <br> - aEntityLevel : indicates the entity level <br> - aBlankStatus : indicates the blank status <br> - aLineWt : indicates the line weight <br> - aColorNum : indicates the color num <br>
aLineFont, aView, aEntityLevel, aBlankStatus, aLineWt and
aColorNum can take 0 or 1.
0 : The directory entry attribute will apply to entities
physically subordinate to this entity.
1 : The directory entry attribute of this entity will not
apply to physically subordinate entities.
Standard_Integer IGESBasic_Hierarchy::NewView | ( | ) | const |