Salome HOME
Revert "Issue #2593: CEA 2018-2 Geometrical Naming"
[modules/shaper.git] / src / ModelAPI / ModelAPI_Validator.h
index e40e05536bbb58755672bb7329e52c7b24efeeb7..a2c8af67abe69d060c96f75bcb140f12376753e4 100644 (file)
@@ -128,12 +128,6 @@ class MODELAPI_EXPORT ModelAPI_ValidatorsFactory
  /// Returns true if the attribute must be checked (the case is selected)
   virtual bool isCase(FeaturePtr theFeature, std::string theAttribute) = 0;
 
-  /// Register the selection attribute as geometrical selection
-  virtual void registerGeometricalSelection(std::string theFeature, std::string theAttribute) = 0;
-
-  /// Returns true if the attribute is a geometrical selection
-  virtual bool isGeometricalSelection(std::string theFeature, std::string theAttribute) = 0;
-
  protected:
   /// Get instance from Session
   ModelAPI_ValidatorsFactory()