|
Public Member Functions |
Standard_EXPORT | IGESGraph_HighLight () |
Standard_EXPORT void | Init (const Standard_Integer nbProps, const Standard_Integer aHighLightStatus) |
| This method is used to set the fields of the class
HighLight
- nbProps : Number of property values (NP = 1)
- aHighLightStatus : HighLight Flag
.
|
Standard_EXPORT Standard_Integer | NbPropertyValues () const |
| returns the number of property values in <me>
|
Standard_EXPORT Standard_Integer | HighLightStatus () const |
| returns 0 if <me> is not highlighted(default),
1 if <me> is highlighted
|
Standard_EXPORT Standard_Boolean | IsHighLighted () const |
| returns True if entity is highlighted
|
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes |
Standard_Integer | theNbPropertyValues |
Standard_Integer | theHighLight |