]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModelAPI/ModelAPI_BodyBuilder.h
Salome HOME
Issue #2021
[modules/shaper.git] / src / ModelAPI / ModelAPI_BodyBuilder.h
index d3216d15e8863d51d5f9521455099021f37f2dd1..8ebe2fe913f145830e1f36e5b86dd7528e6ec74f 100755 (executable)
@@ -83,7 +83,8 @@ public:
                                                const int  theTag,
                                                                                           const std::string& theName,
                                                GeomAPI_DataMapOfShapeShape& theSubShapes,
-                                               const bool theIsStoreSeparate = false) = 0;
+                                               const bool theIsStoreSeparate = false,
+                                               const bool theIsStoreAsGenerated = false) = 0;
   /// load and orient generated shapes
   virtual void loadAndOrientGeneratedShapes (
                                                   GeomAlgoAPI_MakeShape* theMS,