Open CASCADE Technology 6.6.0
|
defines Name, Type <406> Form <15>
in package IGESBasic
Used to specify a user defined name
#include <IGESBasic_Name.hxx>
Public Member Functions | |
IGESBasic_Name () | |
void | Init (const Standard_Integer nbPropVal, const Handle< TCollection_HAsciiString > &aName) |
This method is used to set the fields of the class Name | |
Standard_Integer | NbPropertyValues () const |
returns the number of property values, which should be 1 | |
Handle_TCollection_HAsciiString | Value () const |
returns the user defined Name |
IGESBasic_Name::IGESBasic_Name | ( | ) |
void IGESBasic_Name::Init | ( | const Standard_Integer | nbPropVal, |
const Handle< TCollection_HAsciiString > & | aName | ||
) |
Standard_Integer IGESBasic_Name::NbPropertyValues | ( | ) | const |
Handle_TCollection_HAsciiString IGESBasic_Name::Value | ( | ) | const [virtual] |
Implements IGESData_NameEntity.