Open CASCADE Technology 6.5.2
Public Member Functions
BOP_SolidBuilder Class Reference

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_FaceFace () const
 Returns current new face of current new shell.


Constructor & Destructor Documentation

BOP_SolidBuilder::BOP_SolidBuilder ( )
BOP_SolidBuilder::BOP_SolidBuilder ( BOP_ShellFaceSet theSFS,
const Standard_Boolean  theForceClassFlag = Standard_False 
)

Member Function Documentation

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]

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines