Open CASCADE Technology 6.5.2
Public Member Functions
TopOpeBRepBuild_SolidAreaBuilder Class Reference

The SolidAreaBuilder algorithm is used to construct Solids from a LoopSet,
where the Loop is the composite topological object of the boundary,
here wire or block of edges.
The LoopSet gives an iteration on Loops.
For each Loop it indicates if it is on the boundary (wire) or if it
results from an interference (block of edges).
The result of the SolidAreaBuilder is an iteration on areas.
An area is described by a set of Loops.

#include <TopOpeBRepBuild_SolidAreaBuilder.hxx>

Inheritance diagram for TopOpeBRepBuild_SolidAreaBuilder:
Inheritance graph
[legend]

Public Member Functions

void * operator new (size_t, void *anAddress)
void * operator new (size_t size)
void operator delete (void *anAddress)
 TopOpeBRepBuild_SolidAreaBuilder ()
 TopOpeBRepBuild_SolidAreaBuilder (TopOpeBRepBuild_LoopSet &LS, TopOpeBRepBuild_LoopClassifier &LC, const Standard_Boolean ForceClass=Standard_False)
 Creates a SolidAreaBuilder to build Solids on
the (shells,blocks of face) of <LS>, using the classifier <LC>.

void InitSolidAreaBuilder (TopOpeBRepBuild_LoopSet &LS, TopOpeBRepBuild_LoopClassifier &LC, const Standard_Boolean ForceClass=Standard_False)

Constructor & Destructor Documentation

TopOpeBRepBuild_SolidAreaBuilder::TopOpeBRepBuild_SolidAreaBuilder ( )
TopOpeBRepBuild_SolidAreaBuilder::TopOpeBRepBuild_SolidAreaBuilder ( TopOpeBRepBuild_LoopSet LS,
TopOpeBRepBuild_LoopClassifier LC,
const Standard_Boolean  ForceClass = Standard_False 
)

Member Function Documentation

void TopOpeBRepBuild_SolidAreaBuilder::InitSolidAreaBuilder ( TopOpeBRepBuild_LoopSet LS,
TopOpeBRepBuild_LoopClassifier LC,
const Standard_Boolean  ForceClass = Standard_False 
)
void TopOpeBRepBuild_SolidAreaBuilder::operator delete ( void *  anAddress) [inline]

Reimplemented from TopOpeBRepBuild_Area3dBuilder.

void* TopOpeBRepBuild_SolidAreaBuilder::operator new ( size_t  ,
void *  anAddress 
) [inline]

Reimplemented from TopOpeBRepBuild_Area3dBuilder.

void* TopOpeBRepBuild_SolidAreaBuilder::operator new ( size_t  size) [inline]

Reimplemented from TopOpeBRepBuild_Area3dBuilder.


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