#include <BOP_CorrectTolerances.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Static Public Member Functions | |
static Standard_EXPORT void | CorrectTolerances (const TopoDS_Shape &aS, const Standard_Real aTolMax=0.0001) |
Provides valid values of tolerances for the shape <as> <atolmax> is max value of the tolerance that can be accepted for correction. If real value of the tolerance will be greater than <atolmax>, the correction does not perform. . | |
static Standard_EXPORT void | CorrectCurveOnSurface (const TopoDS_Shape &aS, const Standard_Real aTolMax=0.0001) |
Provides valid values of tolerances for the shape <as> in terms of BRepCheck_InvalidCurveOnSurface. . | |
static Standard_EXPORT void | CorrectPointOnCurve (const TopoDS_Shape &aS, const Standard_Real aTolMax=0.0001) |
Provides valid values of tolerances for the shape <as> in terms of BRepCheck_InvalidPointOnCurve. . |
|
|
|
|
|
|
|
|
|
|
|
|