|
Public Member Functions |
| Standard_EXPORT | ShapeUpgrade_Tool () |
| | Empty constructor
.
|
| Standard_EXPORT void | Set (const Handle(ShapeUpgrade_Tool)&tool) |
| | Copy all fields from another Root object
.
|
| void | SetContext (const Handle(ShapeBuild_ReShape)&context) |
| | Sets context
.
|
| Handle_ShapeBuild_ReShape | Context () const |
| | Returns context
.
|
| void | SetPrecision (const Standard_Real preci) |
| | Sets basic precision value
.
|
| Standard_Real | Precision () const |
| | Returns basic precision value
.
|
| void | SetMinTolerance (const Standard_Real mintol) |
| | Sets minimal allowed tolerance
.
|
| Standard_Real | MinTolerance () const |
| | Returns minimal allowed tolerance
.
|
| void | SetMaxTolerance (const Standard_Real maxtol) |
| | Sets maximal allowed tolerance
.
|
| Standard_Real | MaxTolerance () const |
| | Returns maximal allowed tolerance
.
|
| Standard_Real | LimitTolerance (const Standard_Real toler) const |
| | Returns tolerance limited by [myMinTol,myMaxTol]
.
|
| Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes |
| Handle_ShapeBuild_ReShape | myContext |
| Standard_Real | myPrecision |
| Standard_Real | myMinTol |
| Standard_Real | myMaxTol |