Salome HOME
Fix for the issue #2808 : Documentation on the "Groups" panel. Added description...
[modules/shaper.git] / src / ModelAPI / ModelAPI_AttributeSelection.h
index 93ad948d584751b277e1e7daac3128061dfdf0f6..d2dec5bc49e02e0e4b0ceb595b33acd1c849f9f6 100644 (file)
@@ -124,6 +124,8 @@ class ModelAPI_AttributeSelection : public ModelAPI_Attribute
   /// Returns the name by context. Adds the part name if the context is located in other document
   MODELAPI_EXPORT virtual std::string contextName(const ResultPtr& theContext) const = 0;
 
+  /// Makes the current local selection becomes all sub-shapes with same base geometry.
+  MODELAPI_EXPORT virtual void combineGeometrical() = 0;
 
  protected:
   /// Objects are created for features automatically