// 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 _BOP_CorrectTolerances_HeaderFile #define _BOP_CorrectTolerances_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Standard_Real_HeaderFile #include #endif class TopoDS_Shape; //! The Set of static functions to provide valid values of
//! tolerances for shapes.
//! Tolerances becomes valid in terms of the checkshape.
class BOP_CorrectTolerances { public: void* operator new(size_t,void* anAddress) { return anAddress; } void* operator new(size_t size) { return Standard::Allocate(size); } void operator delete(void *anAddress) { if (anAddress) Standard::Free((Standard_Address&)anAddress); } //! Provides valid values of tolerances for the shape
//! is max value of the tolerance that can be
//! accepted for correction. If real value of the tolerance
//! will be greater than , the correction does not
//! perform.
Standard_EXPORT static void CorrectTolerances(const TopoDS_Shape& aS,const Standard_Real aTolMax = 0.0001) ; //! Provides valid values of tolerances for the shape
//! in terms of BRepCheck_InvalidCurveOnSurface.
Standard_EXPORT static void CorrectCurveOnSurface(const TopoDS_Shape& aS,const Standard_Real aTolMax = 0.0001) ; //! Provides valid values of tolerances for the shape
//! in terms of BRepCheck_InvalidPointOnCurve.
Standard_EXPORT static void CorrectPointOnCurve(const TopoDS_Shape& aS,const Standard_Real aTolMax = 0.0001) ; protected: private: }; // other Inline functions and methods (like "C++: function call" methods) #endif