]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/GeomAlgoAPI/GeomAlgoAPI_Boolean.h
Salome HOME
Merge remote-tracking branch 'remotes/origin/HigherLevelObjectsHistory'
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_Boolean.h
index fc946cc187ad933ac92077cdea05be0407345771..d5a08376c3d3163fec204e9ca730396703e9788a 100644 (file)
@@ -56,6 +56,10 @@ public:
                                          const ListOfShape& theTools,
                                          const OperationType theOperationType);
 
+  /// Redefinition of the generic method for the Fuse problem: OCCT 30481
+  GEOMALGOAPI_EXPORT virtual void modified(const GeomShapePtr theOldShape,
+    ListOfShape& theNewShapes);
+
 private:
   /// Builds resulting shape.
   void build(const ListOfShape& theObjects,