#include <TopOpeBRepBuild_SolidBuilder.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | TopOpeBRepBuild_SolidBuilder () |
Standard_EXPORT | TopOpeBRepBuild_SolidBuilder (TopOpeBRepBuild_ShellFaceSet &FS, const Standard_Boolean ForceClass=Standard_False) |
Create a SolidBuilder to build the areas on the shapes (shells, blocks of faces) described by <ls>. . | |
Standard_EXPORT void | InitSolidBuilder (TopOpeBRepBuild_ShellFaceSet &FS, const Standard_Boolean ForceClass) |
Standard_EXPORT Standard_Integer | InitSolid () |
Standard_EXPORT Standard_Boolean | MoreSolid () const |
Standard_EXPORT void | NextSolid () |
Standard_EXPORT Standard_Integer | InitShell () |
Standard_EXPORT Standard_Boolean | MoreShell () const |
Standard_EXPORT void | NextShell () |
Standard_EXPORT Standard_Boolean | IsOldShell () const |
Standard_EXPORT const TopoDS_Shape & | OldShell () const |
Returns current shell This shell may be : * an old shell OldShell(), which has not been reconstructed; * a new shell made of faces described by ...NewFace() methods. . | |
Standard_EXPORT Standard_Integer | InitFace () |
Standard_EXPORT Standard_Boolean | MoreFace () const |
Standard_EXPORT void | NextFace () |
Standard_EXPORT const TopoDS_Shape & | Face () const |
Returns current new face of current new shell. . | |
Private Member Functions | |
Standard_EXPORT void | MakeLoops (TopOpeBRepBuild_ShapeSet &SS) |
Private Attributes | |
TopOpeBRepBuild_LoopSet | myLoopSet |
TopOpeBRepBuild_BlockIterator | myBlockIterator |
TopOpeBRepBuild_BlockBuilder | myBlockBuilder |
TopOpeBRepBuild_SolidAreaBuilder | mySolidAreaBuilder |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|