Salome HOME
Issue #2021
[modules/shaper.git] / src / Model / Model_BodyBuilder.h
index 6f2f868eb14c87e9724cc2d453f2b97632c90215..7d805f4c3e6a5dbacfcb1d7977f1e3dd61520e1d 100755 (executable)
@@ -87,7 +87,8 @@ public:
                                                const int  theTag,
                                                                                           const std::string& theName,
                                                GeomAPI_DataMapOfShapeShape& theSubShapes,
-                                               const bool theIsStoreSeparate = false);
+                                               const bool theIsStoreSeparate = false,
+                                               const bool theIsStoreAsGenerated = false);
    /// load and orient generated shapes
   MODEL_EXPORT virtual void loadAndOrientGeneratedShapes (
                                                   GeomAlgoAPI_MakeShape* theMS,