|
Public Member Functions |
Standard_EXPORT | StepRepr_ShapeAspectRelationship () |
| Empty constructor
.
|
Standard_EXPORT void | Init (const Handle(TCollection_HAsciiString)&aName, const Standard_Boolean hasDescription, const Handle(TCollection_HAsciiString)&aDescription, const Handle(StepRepr_ShapeAspect)&aRelatingShapeAspect, const Handle(StepRepr_ShapeAspect)&aRelatedShapeAspect) |
| Initialize all fields (own and inherited)
.
|
Standard_EXPORT Handle_TCollection_HAsciiString | Name () const |
| Returns field Name
.
|
Standard_EXPORT void | SetName (const Handle(TCollection_HAsciiString)&Name) |
| Set field Name
.
|
Standard_EXPORT Handle_TCollection_HAsciiString | Description () const |
| Returns field Description
.
|
Standard_EXPORT void | SetDescription (const Handle(TCollection_HAsciiString)&Description) |
| Set field Description
.
|
Standard_EXPORT Standard_Boolean | HasDescription () const |
| Returns True if optional field Description is defined
.
|
Standard_EXPORT Handle_StepRepr_ShapeAspect | RelatingShapeAspect () const |
| Returns field RelatingShapeAspect
.
|
Standard_EXPORT void | SetRelatingShapeAspect (const Handle(StepRepr_ShapeAspect)&RelatingShapeAspect) |
| Set field RelatingShapeAspect
.
|
Standard_EXPORT Handle_StepRepr_ShapeAspect | RelatedShapeAspect () const |
| Returns field RelatedShapeAspect
.
|
Standard_EXPORT void | SetRelatedShapeAspect (const Handle(StepRepr_ShapeAspect)&RelatedShapeAspect) |
| Set field RelatedShapeAspect
.
|
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes |
Handle_TCollection_HAsciiString | theName |
Handle_TCollection_HAsciiString | theDescription |
Handle_StepRepr_ShapeAspect | theRelatingShapeAspect |
Handle_StepRepr_ShapeAspect | theRelatedShapeAspect |
Standard_Boolean | defDescription |