Open CASCADE Technology
6.9.1
|
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. More...
#include <TopOpeBRepBuild_SolidAreaBuilder.hxx>
Additional Inherited Members | |
Protected Member Functions inherited from TopOpeBRepBuild_AreaBuilder | |
TopAbs_State | CompareLoopWithListOfLoop (TopOpeBRepBuild_LoopClassifier &LC, const Handle< TopOpeBRepBuild_Loop > &L, const TopOpeBRepBuild_ListOfLoop &LOL, const TopOpeBRepBuild_LoopEnum le) const |
void | Atomize (TopAbs_State &state, const TopAbs_State newstate) const |
Protected Attributes inherited from TopOpeBRepBuild_AreaBuilder | |
TopOpeBRepBuild_ListOfListOfLoop | myArea |
TopOpeBRepBuild_ListIteratorOfListOfListOfLoop | myAreaIterator |
TopOpeBRepBuild_ListIteratorOfListOfLoop | myLoopIterator |
Standard_Boolean | myUNKNOWNRaise |
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.
TopOpeBRepBuild_SolidAreaBuilder::TopOpeBRepBuild_SolidAreaBuilder | ( | ) |
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 TopOpeBRepBuild_SolidAreaBuilder::InitSolidAreaBuilder | ( | TopOpeBRepBuild_LoopSet & | LS, |
TopOpeBRepBuild_LoopClassifier & | LC, | ||
const Standard_Boolean | ForceClass = Standard_False |
||
) |