#include <StepShape_ToleranceValue.hxx>
Public Member Functions | |
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) |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
Handle_StepBasic_MeasureWithUnit | theLowerBound |
Handle_StepBasic_MeasureWithUnit | theUpperBound |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|