#include <CBooleanOperTools.h>
Static Public Member Functions | |
static TIGL_EXPORT void | AppendNamesToShape (const PNamedShape source, PNamedShape target) |
AppendNamesToShape searches for each target face, if it can be found in the source shape. If so, it applies the name of the source face to the target face. More... | |
static TIGL_EXPORT void | MapFaceNamesAfterBOP (BRepBuilderAPI_MakeShape &bop, const PNamedShape source, PNamedShape result) |
maps the face names of source to the facenames of the resultShape as a result of a boolean operation bop More... | |
static TIGL_EXPORT PNamedShape | Shellify (PNamedShape shape) |
Tries to sew adjacent faces to create a shell (equivalent to create wires) More... | |
|
static |
AppendNamesToShape searches for each target face, if it can be found in the source shape. If so, it applies the name of the source face to the target face.
|
static |
maps the face names of source to the facenames of the resultShape as a result of a boolean operation bop
|
static |
Tries to sew adjacent faces to create a shell (equivalent to create wires)