// 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_CurveElementEndReleasePacket_HeaderFile #define _StepElement_CurveElementEndReleasePacket_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_StepElement_CurveElementEndReleasePacket_HeaderFile #include #endif #ifndef _StepElement_CurveElementFreedom_HeaderFile #include #endif #ifndef _Standard_Real_HeaderFile #include #endif #ifndef _MMgt_TShared_HeaderFile #include #endif class StepElement_CurveElementFreedom; //! Representation of STEP entity CurveElementEndReleasePacket
class StepElement_CurveElementEndReleasePacket : public MMgt_TShared { public: //! Empty constructor
Standard_EXPORT StepElement_CurveElementEndReleasePacket(); //! Initialize all fields (own and inherited)
Standard_EXPORT void Init(const StepElement_CurveElementFreedom& aReleaseFreedom,const Standard_Real aReleaseStiffness) ; //! Returns field ReleaseFreedom
Standard_EXPORT StepElement_CurveElementFreedom ReleaseFreedom() const; //! Set field ReleaseFreedom
Standard_EXPORT void SetReleaseFreedom(const StepElement_CurveElementFreedom& ReleaseFreedom) ; //! Returns field ReleaseStiffness
Standard_EXPORT Standard_Real ReleaseStiffness() const; //! Set field ReleaseStiffness
Standard_EXPORT void SetReleaseStiffness(const Standard_Real ReleaseStiffness) ; DEFINE_STANDARD_RTTI(StepElement_CurveElementEndReleasePacket) protected: private: StepElement_CurveElementFreedom theReleaseFreedom; Standard_Real theReleaseStiffness; }; // other Inline functions and methods (like "C++: function call" methods) #endif