23#ifndef GeomAlgoAPI_Utils_H_
24#define GeomAlgoAPI_Utils_H_
26#include "GeomAlgoAPI.h"
28#include <Precision.hxx>
29#include <TopoDS_Shape.hxx>
32namespace GeomAlgoAPI_Utils
49 GEOMALGOAPI_EXPORT
bool FixShapeTolerance(TopoDS_Shape& theShape,
50 const TopAbs_ShapeEnum theType = TopAbs_SHAPE,
51 const double theTolerance = Precision::Confusion(),
52 const bool theCheckGeometry =
false,
53 const bool theExactAdjust =
false);
63 GEOMALGOAPI_EXPORT
bool CheckShape(TopoDS_Shape& theShape,
64 const bool theCheckGeometry =
false,
65 const bool theExact =
false);