#include <StepFEA_Curve3dElementRepresentation.hxx>
Inheritance diagram for StepFEA_Curve3dElementRepresentation:
Public Member Functions | |
Standard_EXPORT | StepFEA_Curve3dElementRepresentation () |
Empty constructor . | |
Standard_EXPORT void | Init (const Handle(TCollection_HAsciiString)&aRepresentation_Name, const Handle(StepRepr_HArray1OfRepresentationItem)&aRepresentation_Items, const Handle(StepRepr_RepresentationContext)&aRepresentation_ContextOfItems, const Handle(StepFEA_HArray1OfNodeRepresentation)&aElementRepresentation_NodeList, const Handle(StepFEA_FeaModel3d)&aModelRef, const Handle(StepElement_Curve3dElementDescriptor)&aElementDescriptor, const Handle(StepFEA_Curve3dElementProperty)&aProperty, const Handle(StepElement_ElementMaterial)&aMaterial) |
Initialize all fields (own and inherited) . | |
Standard_EXPORT Handle_StepFEA_FeaModel3d | ModelRef () const |
Returns field ModelRef . | |
Standard_EXPORT void | SetModelRef (const Handle(StepFEA_FeaModel3d)&ModelRef) |
Set field ModelRef . | |
Standard_EXPORT Handle_StepElement_Curve3dElementDescriptor | ElementDescriptor () const |
Returns field ElementDescriptor . | |
Standard_EXPORT void | SetElementDescriptor (const Handle(StepElement_Curve3dElementDescriptor)&ElementDescriptor) |
Set field ElementDescriptor . | |
Standard_EXPORT Handle_StepFEA_Curve3dElementProperty | Property () const |
Returns field Property . | |
Standard_EXPORT void | SetProperty (const Handle(StepFEA_Curve3dElementProperty)&Property) |
Set field Property . | |
Standard_EXPORT Handle_StepElement_ElementMaterial | Material () const |
Returns field Material . | |
Standard_EXPORT void | SetMaterial (const Handle(StepElement_ElementMaterial)&Material) |
Set field Material . | |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
Handle_StepFEA_FeaModel3d | theModelRef |
Handle_StepElement_Curve3dElementDescriptor | theElementDescriptor |
Handle_StepFEA_Curve3dElementProperty | theProperty |
Handle_StepElement_ElementMaterial | theMaterial |
|
|
|
|
|
Reimplemented from StepFEA_ElementRepresentation. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|