Salome HOME
Merge branch 'master' of newgeom:newgeom
[modules/shaper.git] / src / ModelAPI / ModelAPI_Validator.h
index 940be4c4d1b879039859579c5bb2bcda33d697be..cd73508d58ecb55d3b82e1590bacc6abe6b24a51 100644 (file)
@@ -87,6 +87,9 @@ class MODELAPI_EXPORT ModelAPI_ValidatorsFactory
   /// all referenced features after execution
   virtual void registerConcealment(std::string theFeature, std::string theAttribute) = 0;
 
+  /// Returns true that it was registered that attribute conceals the referenced result
+  virtual bool isConcealed(std::string theFeature, std::string theAttribute) = 0;
+
  protected:
   /// Get instance from Session
   ModelAPI_ValidatorsFactory()