20 #ifndef GeomAlgoAPI_Intersection_H_
21 #define GeomAlgoAPI_Intersection_H_
23 #include <GeomAlgoAPI.h>
24 #include <GeomAlgoAPI_MakeShape.h>
26 #include <GeomAPI_Shape.h>
41 const double theFuzzy = 1.e-8);
48 void build(
const ListOfShape& theObjects,
const double theFuzzy);
Performs the intersection operations.
Definition: GeomAlgoAPI_Intersection.h:32
virtual GEOMALGOAPI_EXPORT ~GeomAlgoAPI_Intersection()
Destructor to erase the filler.
Definition: GeomAlgoAPI_Intersection.cpp:36
GEOMALGOAPI_EXPORT GeomAlgoAPI_Intersection(const ListOfShape &theObjects, const double theFuzzy=1.e-8)
Constructor.
Definition: GeomAlgoAPI_Intersection.cpp:29
Interface to the root class of all topological shapes constructions.
Definition: GeomAlgoAPI_MakeShape.h:35
virtual GEOMALGOAPI_EXPORT void build()
Execute the algorithm.
Definition: GeomAlgoAPI_MakeShape.h:77