Open CASCADE Technology
6.5.4
|
Representation of STEP entity ConfigurationItem
#include <StepRepr_ConfigurationItem.hxx>
Public Member Functions | |
StepRepr_ConfigurationItem () | |
Empty constructor | |
void | Init (const Handle< TCollection_HAsciiString > &aId, const Handle< TCollection_HAsciiString > &aName, const Standard_Boolean hasDescription, const Handle< TCollection_HAsciiString > &aDescription, const Handle< StepRepr_ProductConcept > &aItemConcept, const Standard_Boolean hasPurpose, const Handle< TCollection_HAsciiString > &aPurpose) |
Initialize all fields (own and inherited) | |
Handle_TCollection_HAsciiString | Id () const |
Returns field Id | |
void | SetId (const Handle< TCollection_HAsciiString > &Id) |
Set field Id | |
Handle_TCollection_HAsciiString | Name () const |
Returns field Name | |
void | SetName (const Handle< TCollection_HAsciiString > &Name) |
Set field Name | |
Handle_TCollection_HAsciiString | Description () const |
Returns field Description | |
void | SetDescription (const Handle< TCollection_HAsciiString > &Description) |
Set field Description | |
Standard_Boolean | HasDescription () const |
Returns True if optional field Description is defined | |
Handle_StepRepr_ProductConcept | ItemConcept () const |
Returns field ItemConcept | |
void | SetItemConcept (const Handle< StepRepr_ProductConcept > &ItemConcept) |
Set field ItemConcept | |
Handle_TCollection_HAsciiString | Purpose () const |
Returns field Purpose | |
void | SetPurpose (const Handle< TCollection_HAsciiString > &Purpose) |
Set field Purpose | |
Standard_Boolean | HasPurpose () const |
Returns True if optional field Purpose is defined |
Handle_TCollection_HAsciiString StepRepr_ConfigurationItem::Description | ( | ) | const |
Handle_TCollection_HAsciiString StepRepr_ConfigurationItem::Id | ( | ) | const |
void StepRepr_ConfigurationItem::Init | ( | const Handle< TCollection_HAsciiString > & | aId, |
const Handle< TCollection_HAsciiString > & | aName, | ||
const Standard_Boolean | hasDescription, | ||
const Handle< TCollection_HAsciiString > & | aDescription, | ||
const Handle< StepRepr_ProductConcept > & | aItemConcept, | ||
const Standard_Boolean | hasPurpose, | ||
const Handle< TCollection_HAsciiString > & | aPurpose | ||
) |
Handle_StepRepr_ProductConcept StepRepr_ConfigurationItem::ItemConcept | ( | ) | const |
Handle_TCollection_HAsciiString StepRepr_ConfigurationItem::Name | ( | ) | const |
Handle_TCollection_HAsciiString StepRepr_ConfigurationItem::Purpose | ( | ) | const |
void StepRepr_ConfigurationItem::SetDescription | ( | const Handle< TCollection_HAsciiString > & | Description | ) |
void StepRepr_ConfigurationItem::SetItemConcept | ( | const Handle< StepRepr_ProductConcept > & | ItemConcept | ) |
void StepRepr_ConfigurationItem::SetPurpose | ( | const Handle< TCollection_HAsciiString > & | Purpose | ) |