Salome HOME
Issue #2612 : Re-calculate model after modification of parameters
[modules/shaper.git] / src / ModelAPI / ModelAPI_FeatureValidator.cpp
index be6abef50da25e2408b14f2002ce74f5cf595a8e..1f679054bf73b49ec1c5239c547ec3a945788738 100644 (file)
@@ -29,3 +29,8 @@ ModelAPI_FeatureValidator::~ModelAPI_FeatureValidator()
 {
 
 }
+
+bool ModelAPI_FeatureValidator::isNotObligatory(std::string theFeature, std::string theAttribute)
+{
+  return false;
+}
\ No newline at end of file