Salome HOME
Fix for the issue #1733 : collect all the transformations in part-transformation...
[modules/shaper.git] / src / Model / Model_ResultPart.h
index 49adb855ae316261456e5d9460e83dc17b9ca4cb..e42df61e8f6726c171dc4bf6bde032fe9543f216 100644 (file)
@@ -79,6 +79,9 @@ protected:
   /// makes a result on a temporary feature (an action)
   Model_ResultPart();
 
+  /// returns sum of transformations of the whole sequence of transformation-parts
+  gp_Trsf sumTrsf();
+
   /// Returns true if document is activated (loaded into the memory)
   virtual bool isActivated();