]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Model/Model_AttributeSelection.h
Salome HOME
Issue #2622: Weak naming
[modules/shaper.git] / src / Model / Model_AttributeSelection.h
index ac31cb3357c0628bcfa0d7a2ddb3f0485d200fb7..cafa6ea379ac2cb52855309641faef2eba8e3c79 100644 (file)
@@ -111,6 +111,9 @@ public:
   /// Selects sub-shape by its inner point
   MODEL_EXPORT virtual void selectSubShape(const std::string& theType,
                                            const std::shared_ptr<GeomAPI_Pnt>& thePoint);
+  /// Selects sub-shape by weak naming index
+  MODEL_EXPORT virtual void selectSubShape(const std::string& theType,
+    const std::string& theContextName, const int theIndex);
 
   /// Returns true if attribute was  initialized by some value
   MODEL_EXPORT virtual bool isInitialized();