]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModelAPI/ModelAPI_ResultBody.h
Salome HOME
Merge branch 'master' of newgeom:newgeom
[modules/shaper.git] / src / ModelAPI / ModelAPI_ResultBody.h
index 2a213f25b2e50afc478d4a2ae90e6c088fc4c648..98350ce37d57e9335c1272ed5eb41b06eb68c2b3 100644 (file)
@@ -47,9 +47,6 @@ public:
   virtual void storeModified(const std::shared_ptr<GeomAPI_Shape>& theOldShape,
                                  const std::shared_ptr<GeomAPI_Shape>& theNewShape) = 0;
 
-  /// Returns the shape-result produced by this feature
-  virtual std::shared_ptr<GeomAPI_Shape> shape() = 0;
-
   /// Records the subshape newShape which was generated during a topological construction.
   /// As an example, consider the case of a face generated in construction of a box.
   virtual void generated(