#include <IGESAppli_ReferenceDesignator.hxx>
Inheritance diagram for IGESAppli_ReferenceDesignator:
Public Member Functions | |
Standard_EXPORT | IGESAppli_ReferenceDesignator () |
Standard_EXPORT void | Init (const Standard_Integer nbPropVal, const Handle(TCollection_HAsciiString)&aText) |
This method is used to set the fields of the class ReferenceDesignator - nbPropVal : Number of property values = 1 - aText : Reference designator text . | |
Standard_EXPORT Standard_Integer | NbPropertyValues () const |
returns the number of property values is always 1 | |
Standard_EXPORT Handle_TCollection_HAsciiString | RefDesignatorText () const |
returns the Reference designator text | |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
Standard_Integer | theNbPropertyValues |
Handle_TCollection_HAsciiString | theRefDesigText |
|
|
|
Reimplemented from IGESData_IGESEntity. |
|
|
|
|
|
|
|
|
|
|