Salome HOME
Corrections and tests for the Fillet feature history: make generated faces present...
[modules/shaper.git] / src / ModelAPI / ModelAPI_BodyBuilder.h
index 7fce455c697370fa72de1f2746787090e2d233cb..10803b8c77815768d543db5384ada017412c7cfe 100755 (executable)
@@ -101,7 +101,8 @@ public:
   virtual void loadGeneratedShapes(const GeomMakeShapePtr& theAlgo,
                                    const GeomShapePtr& theOldShape,
                                    const GeomAPI_Shape::ShapeType theShapeTypeToExplore,
-                                   const std::string& theName = "") = 0;
+                                   const std::string& theName = "",
+                                   const bool theSaveOldIfNotInTree = false) = 0;
 
   /// load shapes of the first level (to be used during shape import)
   virtual void loadFirstLevel(GeomShapePtr theShape,