Open CASCADE Technology 6.6.0
|
#include <Standard.hxx>
#include <Standard_DefineAlloc.hxx>
#include <Standard_Macro.hxx>
#include <TopOpeBRep_ShapeIntersector.hxx>
#include <TopOpeBRep_ShapeIntersector2d.hxx>
#include <TopOpeBRep_FacesFiller.hxx>
#include <TopOpeBRep_EdgesFiller.hxx>
#include <TopOpeBRep_FaceEdgeFiller.hxx>
#include <TopOpeBRepTool_PShapeClassifier.hxx>
#include <Handle_TopOpeBRepDS_HDataStructure.hxx>
#include <Standard_Boolean.hxx>
Data Structures | |
class | TopOpeBRep_DSFiller |
Provides class methods to fill a datastructure with results of intersections. 1. Use an Intersector to find pairs of intersecting GeomShapes 2. For each pair fill the DataStructure using the appropriate Filler. 3. Complete the DataStructure to record shapes to rebuild (shells, wires ) More... |