]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Model/Model_ResultPart.h
Salome HOME
The persistence mechanism of part results modification features support
[modules/shaper.git] / src / Model / Model_ResultPart.h
index fee8e0ad1e657c8ab37c7867a57d7acc6ebed7d2..b4a147bc97c11a05fd9ca960eaa75a3b7af4a8ee 100644 (file)
@@ -36,6 +36,10 @@ class Model_ResultPart : public ModelAPI_ResultPart
   /// Returns the part-document of this result
   MODEL_EXPORT virtual std::shared_ptr<ModelAPI_Document> partDoc();
 
+  /// Returns the original part result: for transfomration features results this is 
+  /// the original Part feature result
+  MODEL_EXPORT virtual std::shared_ptr<ModelAPI_ResultPart> original();
+
   /// Sets this document as current and if it is not loaded yet, loads it
   MODEL_EXPORT virtual void activate();