Open CASCADE Technology
6.5.4
|
The Area2dBuilder 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 Area2dBuilder is an iteration on areas.
An area is described by a set of Loops.
#include <TopOpeBRepBuild_Area2dBuilder.hxx>
Public Member Functions | |
DEFINE_STANDARD_ALLOC | TopOpeBRepBuild_Area2dBuilder () |
TopOpeBRepBuild_Area2dBuilder (TopOpeBRepBuild_LoopSet &LS, TopOpeBRepBuild_LoopClassifier &LC, const Standard_Boolean ForceClass=Standard_False) | |
Creates a Area2dBuilder to build faces on the (wires,blocks of edge) of <LS>, using the classifier <LC>. | |
virtual void | InitAreaBuilder (TopOpeBRepBuild_LoopSet &LS, TopOpeBRepBuild_LoopClassifier &LC, const Standard_Boolean ForceClass=Standard_False) |
Sets a Area1dBuilder to find the areas of the shapes described by <LS> using the classifier <LC>. |
TopOpeBRepBuild_Area2dBuilder::TopOpeBRepBuild_Area2dBuilder | ( | TopOpeBRepBuild_LoopSet & | LS, |
TopOpeBRepBuild_LoopClassifier & | LC, | ||
const Standard_Boolean | ForceClass = Standard_False |
||
) |
virtual void TopOpeBRepBuild_Area2dBuilder::InitAreaBuilder | ( | TopOpeBRepBuild_LoopSet & | LS, |
TopOpeBRepBuild_LoopClassifier & | LC, | ||
const Standard_Boolean | ForceClass = Standard_False |
||
) | [virtual] |
Reimplemented from TopOpeBRepBuild_AreaBuilder.