Salome HOME
Fix for #2389 - sketch points selected that are located not on sketch compound of...
[modules/shaper.git] / src / ModelAPI / ModelAPI_ResultBody.h
index 76a10b0b85bb3a4eaa80c5475835cb91389970ac..98a4b6a290c53f76da28f7e60c94c1f3d8597b3f 100644 (file)
@@ -128,7 +128,8 @@ public:
     std::shared_ptr<GeomAPI_Shape>  theShapeIn, const int  theKindOfShape, const int  theTag,
     const std::string& theName, GeomAPI_DataMapOfShapeShape& theSubShapes,
     const bool theIsStoreSeparate = false,
-    const bool theIsStoreAsGenerated = false);
+    const bool theIsStoreAsGenerated = false,
+    const bool theSplitInSubs = false);
   /// load and orient generated shapes
   MODELAPI_EXPORT virtual void loadAndOrientGeneratedShapes (GeomAlgoAPI_MakeShape* theMS,
     std::shared_ptr<GeomAPI_Shape>  theShapeIn, const int  theKindOfShape,