C3D Toolkit
Kernel - 117982, Vision - 2.9.2.2
|
Subdivision of face set into connected parts. More...
#include <creator.h>
Classes | |
class | MbDetachSolid |
Constructor subdividing a set of faces into connected parts. More... | |
Functions | |
size_t | MakeDetachShells (MbFaceShell &solid, RPArray< MbFaceShell > &partSolid, bool sort) |
Divide disconnected parts of a face set into connected sets of faces. More... | |
size_t | MakeDetachShells (MbFaceShell &solid, c3d::ShellsVector &partSolid, bool sort) |
Divide disconnected parts of a face set into connected sets of faces. More... | |
size_t | MakeDetachShells (MbFaceShell &solid, c3d::ShellsSPtrVector &partSolid, bool sort) |
Divide disconnected parts of a face set into connected sets of faces. More... | |
template<class ShellsVector > | |
MbCreator * | CreateDetach (MbFaceShell &solid, ShellsVector &partSolid, bool sort, const MbSNameMaker &n, MbResultType &res) |
Divide disconnected parts of a face set into connected sets of faces. More... | |
Subdivision of face set into connected parts.