|
Open CASCADE Technology 6.5.2
|
The FaceAreaBuilder algorithm is used to construct Faces 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 FaceAreaBuilder is an iteration on areas.
An area is described by a set of Loops.
#include <BOP_FaceAreaBuilder.hxx>

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| BOP_FaceAreaBuilder () | |
| Empty constructor; | |
| BOP_FaceAreaBuilder (BOP_LoopSet &LS, BOP_LoopClassifier &LC, const Standard_Boolean ForceClass=Standard_False) | |
| Creates the object to build faces on the (wires,blocks of edge) of <LS>, using the classifier <LC>. | |
| void | InitFaceAreaBuilder (BOP_LoopSet &LS, BOP_LoopClassifier &LC, const Standard_Boolean ForceClass=Standard_False) |
| Initializes the object to build faces on the (wires,blocks of edge) of <LS>, using the classifier <LC>. | |
| BOP_FaceAreaBuilder::BOP_FaceAreaBuilder | ( | ) |
| BOP_FaceAreaBuilder::BOP_FaceAreaBuilder | ( | BOP_LoopSet & | LS, |
| BOP_LoopClassifier & | LC, | ||
| const Standard_Boolean | ForceClass = Standard_False |
||
| ) |
| void BOP_FaceAreaBuilder::InitFaceAreaBuilder | ( | BOP_LoopSet & | LS, |
| BOP_LoopClassifier & | LC, | ||
| const Standard_Boolean | ForceClass = Standard_False |
||
| ) |
| void BOP_FaceAreaBuilder::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from BOP_Area2dBuilder.
| void* BOP_FaceAreaBuilder::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from BOP_Area2dBuilder.
| void* BOP_FaceAreaBuilder::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from BOP_Area2dBuilder.
1.7.4