Salome HOME
FIx for the issue #951
[modules/shaper.git] / src / Model / Model_BodyBuilder.h
index 5097fc17ddab71867a196925fe4db492b88da40c..fbbcce9f631615aef1ad11d91fbbc318a3aa5d11 100755 (executable)
@@ -42,6 +42,10 @@ public:
                                                const std::shared_ptr<GeomAPI_Shape>& theNewShape,
                                           const int theDecomposeSolidsTag = 0);
 
+  /// Stores the shape without naming support
+  /// \param theShape shape to store
+  MODEL_EXPORT virtual void storeWithoutNaming(const std::shared_ptr<GeomAPI_Shape>& theShape);
+
   /// Returns the shape-result produced by this feature
   MODEL_EXPORT virtual std::shared_ptr<GeomAPI_Shape> shape();