// 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 _StepShape_ToleranceValue_HeaderFile #define _StepShape_ToleranceValue_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_StepShape_ToleranceValue_HeaderFile #include #endif #ifndef _Handle_StepBasic_MeasureWithUnit_HeaderFile #include #endif #ifndef _MMgt_TShared_HeaderFile #include #endif class StepBasic_MeasureWithUnit; //! Added for Dimensional Tolerances
class StepShape_ToleranceValue : public MMgt_TShared { public: Standard_EXPORT StepShape_ToleranceValue(); Standard_EXPORT void Init(const Handle(StepBasic_MeasureWithUnit)& lower_bound,const Handle(StepBasic_MeasureWithUnit)& upper_bound) ; Standard_EXPORT Handle_StepBasic_MeasureWithUnit LowerBound() const; Standard_EXPORT void SetLowerBound(const Handle(StepBasic_MeasureWithUnit)& lower_bound) ; Standard_EXPORT Handle_StepBasic_MeasureWithUnit UpperBound() const; Standard_EXPORT void SetUpperBound(const Handle(StepBasic_MeasureWithUnit)& upper_bound) ; DEFINE_STANDARD_RTTI(StepShape_ToleranceValue) protected: private: Handle_StepBasic_MeasureWithUnit theLowerBound; Handle_StepBasic_MeasureWithUnit theUpperBound; }; // other Inline functions and methods (like "C++: function call" methods) #endif