1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
3 // File: SketchShapePlugin_Validators.cpp
4 // Created: 25 Nov 2015
5 // Author: Natalia ERMOLAEVA
7 #include "SketchShapePlugin_Validators.h"
9 //#include "SketchShapePlugin_Feature.h"
11 bool SketchShapePlugin_FeatureValidator::isValid(const AttributePtr& theAttribute,
12 const std::list<std::string>& theArguments,
13 std::string& theError) const
15 /*if (theAttribute->attributeType() != ModelAPI_AttributeRefAttr::typeId()) {
16 theError = "The attribute with the " + theAttribute->attributeType() + " type is not processed";