Salome HOME
Corrections and tests for the Fillet feature history: make generated faces present...
[modules/shaper.git] / src / Model / Model_BodyBuilder.h
index 17e7635ea379e539f18371247cac54f9f0e5548c..13c91151769df68aa486495c89cf270ee6c37c27 100755 (executable)
@@ -112,7 +112,8 @@ public:
   virtual void loadGeneratedShapes(const GeomMakeShapePtr& theAlgo,
                                    const GeomShapePtr& theOldShape,
                                    const GeomAPI_Shape::ShapeType theShapeTypeToExplore,
-                                   const std::string& theName = "") override;
+                                   const std::string& theName = "",
+                                   const bool theSaveOldIfNotInTree = false) override;
 
   /// Loads shapes of the first level (to be used during shape import)
   MODEL_EXPORT virtual void loadFirstLevel(GeomShapePtr theShape,