Salome HOME
Initial part document shapes management implementation.
[modules/shaper.git] / src / Model / Model_ResultPart.h
index c2c70d94081377e47d23c755112085abff0ba983..2afb017ee7f7a2869916de6ace0204a800604f4d 100644 (file)
@@ -32,6 +32,9 @@ class Model_ResultPart : public ModelAPI_ResultPart
   MODEL_EXPORT virtual bool setDisabled(std::shared_ptr<ModelAPI_Result> theThis,
     const bool theFlag);
 
+  /// Result shape of part document is compound of bodies inside of this part
+  MODEL_EXPORT virtual std::shared_ptr<GeomAPI_Shape> shape();
+
 protected:
   /// makes a result on a temporary feature (an action)
   Model_ResultPart();