Salome HOME
Issue #2593: CEA 2018-2 Geometrical Naming
[modules/shaper.git] / src / ModelAPI / ModelAPI_AttributeSelection.h
index 877cc06e5504958daf29436e0c85dd9f9a84a359..93ad948d584751b277e1e7daac3128061dfdf0f6 100644 (file)
@@ -115,6 +115,9 @@ class ModelAPI_AttributeSelection : public ModelAPI_Attribute
   /// Returns true if recompute of selection become impossible
   virtual bool isInvalid() = 0;
 
+  /// Returns true if is geometrical selection.
+  virtual bool isGeometricalSelection() const = 0;
+
   /// To virtually destroy the fields of successors
   MODELAPI_EXPORT virtual ~ModelAPI_AttributeSelection();