Open CASCADE Technology
6.5.4
|
Construct Solids from a Shell Faces Set (SFS)
#include <BOP_SolidBuilder.hxx>
Public Member Functions | |
DEFINE_STANDARD_ALLOC | BOP_SolidBuilder () |
Empty constructor; | |
BOP_SolidBuilder (BOP_ShellFaceSet &theSFS, const Standard_Boolean theForceClassFlag=Standard_False) | |
The constructor that just calls the method InitSolidBuilder() below | |
void | InitSolidBuilder (BOP_ShellFaceSet &theSFS, const Standard_Boolean theForceClassFlag) |
Launches the algorithm consisting of four steps | |
Standard_Integer | InitSolid () |
Standard_Boolean | MoreSolid () const |
void | NextSolid () |
Standard_Integer | InitShell () |
Standard_Boolean | MoreShell () const |
void | NextShell () |
Standard_Boolean | IsOldShell () const |
TopoDS_Shell | OldShell () const |
Standard_Integer | InitFace () |
Standard_Boolean | MoreFace () const |
void | NextFace () |
const TopoDS_Face & | Face () const |
Returns current new face of current new shell. |
BOP_SolidBuilder::BOP_SolidBuilder | ( | BOP_ShellFaceSet & | theSFS, |
const Standard_Boolean | theForceClassFlag = Standard_False |
||
) |
const TopoDS_Face& BOP_SolidBuilder::Face | ( | ) | const |
void BOP_SolidBuilder::InitSolidBuilder | ( | BOP_ShellFaceSet & | theSFS, |
const Standard_Boolean | theForceClassFlag | ||
) |
Standard_Boolean BOP_SolidBuilder::IsOldShell | ( | ) | const |
Standard_Boolean BOP_SolidBuilder::MoreFace | ( | ) | const |
Standard_Boolean BOP_SolidBuilder::MoreShell | ( | ) | const |
Standard_Boolean BOP_SolidBuilder::MoreSolid | ( | ) | const |
TopoDS_Shell BOP_SolidBuilder::OldShell | ( | ) | const |