Open CASCADE Technology
6.5.4
|
Representation of STEP entity DataEnvironment
#include <StepRepr_DataEnvironment.hxx>
Public Member Functions | |
StepRepr_DataEnvironment () | |
Empty constructor | |
void | Init (const Handle< TCollection_HAsciiString > &aName, const Handle< TCollection_HAsciiString > &aDescription, const Handle< StepRepr_HArray1OfPropertyDefinitionRepresentation > &aElements) |
Initialize all fields (own and inherited) | |
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 | |
Handle_StepRepr_HArray1OfPropertyDefinitionRepresentation | Elements () const |
Returns field Elements | |
void | SetElements (const Handle< StepRepr_HArray1OfPropertyDefinitionRepresentation > &Elements) |
Set field Elements |
Handle_TCollection_HAsciiString StepRepr_DataEnvironment::Description | ( | ) | const |
Handle_StepRepr_HArray1OfPropertyDefinitionRepresentation StepRepr_DataEnvironment::Elements | ( | ) | const |
void StepRepr_DataEnvironment::Init | ( | const Handle< TCollection_HAsciiString > & | aName, |
const Handle< TCollection_HAsciiString > & | aDescription, | ||
const Handle< StepRepr_HArray1OfPropertyDefinitionRepresentation > & | aElements | ||
) |
Handle_TCollection_HAsciiString StepRepr_DataEnvironment::Name | ( | ) | const |
void StepRepr_DataEnvironment::SetDescription | ( | const Handle< TCollection_HAsciiString > & | Description | ) |
void StepRepr_DataEnvironment::SetElements | ( | const Handle< StepRepr_HArray1OfPropertyDefinitionRepresentation > & | Elements | ) |