]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModelAPI/ModelAPI_ResultPart.h
Salome HOME
Parts results and activation/deactivation management (show/hide also)
[modules/shaper.git] / src / ModelAPI / ModelAPI_ResultPart.h
index 131af613f772498b0398e2e3e88f215c0e659294..fec9342164ed8d5b26c4e0558f10bd6d2e8f900c 100644 (file)
@@ -53,6 +53,11 @@ class ModelAPI_ResultPart : public ModelAPI_Result
 
   /// Returns true if document is activated (loaded into the memory)
   virtual bool isActivated() = 0;
+
+  /// Returns the name of the shape inside of the part
+  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;
 };
 
 //! Pointer on feature object