#include <StepElement_UniformSurfaceSection.hxx>
Inheritance diagram for StepElement_UniformSurfaceSection:
Public Member Functions | |
Standard_EXPORT | StepElement_UniformSurfaceSection () |
Empty constructor . | |
Standard_EXPORT void | Init (const StepElement_MeasureOrUnspecifiedValue &aSurfaceSection_Offset, const StepElement_MeasureOrUnspecifiedValue &aSurfaceSection_NonStructuralMass, const StepElement_MeasureOrUnspecifiedValue &aSurfaceSection_NonStructuralMassOffset, const Standard_Real aThickness, const StepElement_MeasureOrUnspecifiedValue &aBendingThickness, const StepElement_MeasureOrUnspecifiedValue &aShearThickness) |
Initialize all fields (own and inherited) . | |
Standard_EXPORT Standard_Real | Thickness () const |
Returns field Thickness . | |
Standard_EXPORT void | SetThickness (const Standard_Real Thickness) |
Set field Thickness . | |
Standard_EXPORT StepElement_MeasureOrUnspecifiedValue | BendingThickness () const |
Returns field BendingThickness . | |
Standard_EXPORT void | SetBendingThickness (const StepElement_MeasureOrUnspecifiedValue &BendingThickness) |
Set field BendingThickness . | |
Standard_EXPORT StepElement_MeasureOrUnspecifiedValue | ShearThickness () const |
Returns field ShearThickness . | |
Standard_EXPORT void | SetShearThickness (const StepElement_MeasureOrUnspecifiedValue &ShearThickness) |
Set field ShearThickness . | |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
Standard_Real | theThickness |
StepElement_MeasureOrUnspecifiedValue | theBendingThickness |
StepElement_MeasureOrUnspecifiedValue | theShearThickness |
|
|
|
|
|
Reimplemented from StepElement_SurfaceSection. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|