16 void healSelectedShapes(
double tolerance,
bool fixSmallEdges,
bool fixSmallFaces,
bool sewFaces,
bool makeSolids);
17 void healShape(
const std::string &name, TopoDS_Shape &myshape,
double tolerance,
bool fixSmallEdges,
bool fixSmallFaces,
bool sewFaces,
bool makeSolids, std::string &messages);
Definition Application.h:25
Definition EntityCache.h:26
Definition ShapeHealing.h:11
ShapeHealing(Application *app)
Definition ShapeHealing.h:13
void healShape(const std::string &name, TopoDS_Shape &myshape, double tolerance, bool fixSmallEdges, bool fixSmallFaces, bool sewFaces, bool makeSolids, std::string &messages)
Definition ShapeHealing.cpp:216
void healSelectedShapes(double tolerance, bool fixSmallEdges, bool fixSmallFaces, bool sewFaces, bool makeSolids)
Definition ShapeHealing.cpp:50
virtual ~ShapeHealing()
Definition ShapeHealing.h:14
The app namespace contains several functions that may be used to start processes.