Salome HOME
Issue #631 - Uncatched problem in XML file
[modules/shaper.git] / src / ModelAPI / ModelAPI_ResultPart.h
index fec9342164ed8d5b26c4e0558f10bd6d2e8f900c..74d86953f84129e36779bf386484769ac2ab2d4b 100644 (file)
@@ -58,6 +58,8 @@ class ModelAPI_ResultPart : public ModelAPI_Result
   virtual std::string nameInPart(const std::shared_ptr<GeomAPI_Shape>& theShape) = 0;
   /// Returns the shape by the name in the part
   virtual std::shared_ptr<GeomAPI_Shape> shapeInPart(const std::string& theName) = 0;
+  /// Updates the shape-result of the part (called on Part feature execution)
+  virtual void updateShape() = 0;
 };
 
 //! Pointer on feature object