Open CASCADE Technology
6.5.4
|
defines PartNumber, Type <406> Form <9>
in package IGESAppli
Attaches a set of text strings that define the common
part numbers to an entity being used to represent a
physical component
#include <IGESAppli_PartNumber.hxx>
Public Member Functions | |
IGESAppli_PartNumber () | |
void | Init (const Standard_Integer nbPropVal, const Handle< TCollection_HAsciiString > &aGenName, const Handle< TCollection_HAsciiString > &aMilName, const Handle< TCollection_HAsciiString > &aVendName, const Handle< TCollection_HAsciiString > &anIntName) |
This method is used to set the fields of the class PartNumber | |
Standard_Integer | NbPropertyValues () const |
returns number of property values, always = 4 | |
Handle_TCollection_HAsciiString | GenericNumber () const |
returns Generic part number or name | |
Handle_TCollection_HAsciiString | MilitaryNumber () const |
returns Military Standard (MIL-STD) part number | |
Handle_TCollection_HAsciiString | VendorNumber () const |
returns Vendor part number or name | |
Handle_TCollection_HAsciiString | InternalNumber () const |
returns Internal part number |
Handle_TCollection_HAsciiString IGESAppli_PartNumber::GenericNumber | ( | ) | const |
void IGESAppli_PartNumber::Init | ( | const Standard_Integer | nbPropVal, |
const Handle< TCollection_HAsciiString > & | aGenName, | ||
const Handle< TCollection_HAsciiString > & | aMilName, | ||
const Handle< TCollection_HAsciiString > & | aVendName, | ||
const Handle< TCollection_HAsciiString > & | anIntName | ||
) |
Handle_TCollection_HAsciiString IGESAppli_PartNumber::InternalNumber | ( | ) | const |
Handle_TCollection_HAsciiString IGESAppli_PartNumber::MilitaryNumber | ( | ) | const |
Handle_TCollection_HAsciiString IGESAppli_PartNumber::VendorNumber | ( | ) | const |