#include "ShapeHealing.h"
|
| ShapeHealing (Application *app) |
|
virtual | ~ShapeHealing () |
|
void | healSelectedShapes (double tolerance, bool fixSmallEdges, bool fixSmallFaces, bool sewFaces, bool makeSolids) |
|
void | healShape (const std::string &name, TopoDS_Shape &myshape, double tolerance, bool fixSmallEdges, bool fixSmallFaces, bool sewFaces, bool makeSolids, std::string &messages) |
|
◆ ShapeHealing()
◆ ~ShapeHealing()
virtual ShapeHealing::~ShapeHealing |
( |
| ) |
|
|
inlinevirtual |
◆ healSelectedShapes()
void ShapeHealing::healSelectedShapes |
( |
double | tolerance, |
|
|
bool | fixSmallEdges, |
|
|
bool | fixSmallFaces, |
|
|
bool | sewFaces, |
|
|
bool | makeSolids ) |
◆ healShape()
void ShapeHealing::healShape |
( |
const std::string & | name, |
|
|
TopoDS_Shape & | myshape, |
|
|
double | tolerance, |
|
|
bool | fixSmallEdges, |
|
|
bool | fixSmallFaces, |
|
|
bool | sewFaces, |
|
|
bool | makeSolids, |
|
|
std::string & | messages ) |
The documentation for this class was generated from the following files: