#include <Standard.hxx>#include <Standard_Macro.hxx>#include <TopOpeBRepBuild_ListOfListOfLoop.hxx>#include <Standard_Address.hxx>#include <Handle_TopOpeBRepBuild_ListNodeOfListOfListOfLoop.hxx>#include <Standard_Integer.hxx>#include <Standard_Boolean.hxx>#include <TCollection_List.lxx>#include <TCollection_ListIterator.lxx>#include <TopOpeBRepBuild_ListIteratorOfListOfLoop.hxx>#include <TopAbs_State.hxx>#include <Handle_TopOpeBRepBuild_Loop.hxx>#include <Standard_PrimitiveTypes.hxx>Data Structures | |
| class | TopOpeBRepBuild_AreaBuilder |
| The AreaBuilder algorithm is used to reconstruct complex topological objects as Faces or Solids. * Loop is the composite topological object of the boundary. Wire for a Face. Shell for a Solid. * LoopSet is a tool describing the object to build. It gives an iteration on Loops. For each Loop it tells if it is on the boundary or if it is an interference. * LoopClassifier is an algorithm used to test if a Loop is inside another Loop. The result of the reconstruction is an iteration on the reconstructed areas. An area is described by a set of Loops. A AreaBuilder is built with :
| |
1.6.3