|
Public Member Functions |
| Standard_EXPORT | StepElement_SurfaceElementProperty () |
| | Empty constructor
.
|
| Standard_EXPORT void | Init (const Handle(TCollection_HAsciiString)&aPropertyId, const Handle(TCollection_HAsciiString)&aDescription, const Handle(StepElement_SurfaceSectionField)&aSection) |
| | Initialize all fields (own and inherited)
.
|
| Standard_EXPORT Handle_TCollection_HAsciiString | PropertyId () const |
| | Returns field PropertyId
.
|
| Standard_EXPORT void | SetPropertyId (const Handle(TCollection_HAsciiString)&PropertyId) |
| | Set field PropertyId
.
|
| Standard_EXPORT Handle_TCollection_HAsciiString | Description () const |
| | Returns field Description
.
|
| Standard_EXPORT void | SetDescription (const Handle(TCollection_HAsciiString)&Description) |
| | Set field Description
.
|
| Standard_EXPORT Handle_StepElement_SurfaceSectionField | Section () const |
| | Returns field Section
.
|
| Standard_EXPORT void | SetSection (const Handle(StepElement_SurfaceSectionField)&Section) |
| | Set field Section
.
|
| Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes |
| Handle_TCollection_HAsciiString | thePropertyId |
| Handle_TCollection_HAsciiString | theDescription |
| Handle_StepElement_SurfaceSectionField | theSection |