// This file is generated by WOK (CPPExt). // Please do not edit this file; modify original file instead. // The copyright and license terms as defined for the original file apply to // this header file considered to be the "object code" form of the original source. #ifndef _StepElement_SurfaceSection_HeaderFile #define _StepElement_SurfaceSection_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_StepElement_SurfaceSection_HeaderFile #include #endif #ifndef _StepElement_MeasureOrUnspecifiedValue_HeaderFile #include #endif #ifndef _MMgt_TShared_HeaderFile #include #endif class StepElement_MeasureOrUnspecifiedValue; //! Representation of STEP entity SurfaceSection
class StepElement_SurfaceSection : public MMgt_TShared { public: //! Empty constructor
Standard_EXPORT StepElement_SurfaceSection(); //! Initialize all fields (own and inherited)
Standard_EXPORT void Init(const StepElement_MeasureOrUnspecifiedValue& aOffset,const StepElement_MeasureOrUnspecifiedValue& aNonStructuralMass,const StepElement_MeasureOrUnspecifiedValue& aNonStructuralMassOffset) ; //! Returns field Offset
Standard_EXPORT StepElement_MeasureOrUnspecifiedValue Offset() const; //! Set field Offset
Standard_EXPORT void SetOffset(const StepElement_MeasureOrUnspecifiedValue& Offset) ; //! Returns field NonStructuralMass
Standard_EXPORT StepElement_MeasureOrUnspecifiedValue NonStructuralMass() const; //! Set field NonStructuralMass
Standard_EXPORT void SetNonStructuralMass(const StepElement_MeasureOrUnspecifiedValue& NonStructuralMass) ; //! Returns field NonStructuralMassOffset
Standard_EXPORT StepElement_MeasureOrUnspecifiedValue NonStructuralMassOffset() const; //! Set field NonStructuralMassOffset
Standard_EXPORT void SetNonStructuralMassOffset(const StepElement_MeasureOrUnspecifiedValue& NonStructuralMassOffset) ; DEFINE_STANDARD_RTTI(StepElement_SurfaceSection) protected: private: StepElement_MeasureOrUnspecifiedValue theOffset; StepElement_MeasureOrUnspecifiedValue theNonStructuralMass; StepElement_MeasureOrUnspecifiedValue theNonStructuralMassOffset; }; // other Inline functions and methods (like "C++: function call" methods) #endif