|
Open CASCADE Technology 6.5.2
|
Construct Solids from a Shell Faces Set (SFS)
#include <BOP_SolidBuilder.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| 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 1. Split the SFS on shells ( BOP_SFSCorrector object) 2. Make Loops from shells ( this->MakeLoops() ) 3. Make Areas from Loops ( BOP_SolidAreaBuilder object) 4. Make Solids from Areas ( see methods below ) | |
| 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_SolidBuilder::BOP_SolidBuilder | ( | BOP_ShellFaceSet & | theSFS, |
| const Standard_Boolean | theForceClassFlag = Standard_False |
||
| ) |
| const TopoDS_Face& BOP_SolidBuilder::Face | ( | ) | const |
| Standard_Integer BOP_SolidBuilder::InitFace | ( | ) |
| Standard_Integer BOP_SolidBuilder::InitShell | ( | ) |
| Standard_Integer BOP_SolidBuilder::InitSolid | ( | ) |
| 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 |
| void BOP_SolidBuilder::NextFace | ( | ) |
| void BOP_SolidBuilder::NextShell | ( | ) |
| void BOP_SolidBuilder::NextSolid | ( | ) |
| TopoDS_Shell BOP_SolidBuilder::OldShell | ( | ) | const |
| void BOP_SolidBuilder::operator delete | ( | void * | anAddress | ) | [inline] |
| void* BOP_SolidBuilder::operator new | ( | size_t | size | ) | [inline] |
| void* BOP_SolidBuilder::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
1.7.4