Salome HOME
Correct case when the weak-named attribute is dumped in Geom mode: geometrical repres...
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_Boolean.h
index ba6f8a77ab428ddd200f0934c339caaedce9a6b3..54a5d9428a870195917546d05739b6c065bb14af 100644 (file)
@@ -39,7 +39,18 @@ public:
     BOOL_COMMON ///< Take common part of objects
   };
 
- public:
+public:
+
+  /// Constructor.
+  GEOMALGOAPI_EXPORT GeomAlgoAPI_Boolean(const GeomShapePtr theObject,
+                                         const GeomShapePtr theTool,
+                                         const OperationType theOperationType);
+
+  /// Constructor.
+  GEOMALGOAPI_EXPORT GeomAlgoAPI_Boolean(const GeomShapePtr theObject,
+                                         const ListOfShape& theTools,
+                                         const OperationType theOperationType);
+
 
   /// Constructor.
   GEOMALGOAPI_EXPORT GeomAlgoAPI_Boolean(const ListOfShape& theObjects,