|
SHAPER
9.15.0
|
Validator for checking whether the feature has constraint. More...

Public Member Functions | |
| virtual bool | isValid (const AttributePtr &theAttribute, const std::list< std::string > &theArguments, Events_InfoMessage &theError) const |
| returns true if attribute is valid More... | |
Validator for checking whether the feature has constraint.
Checks that feature of the attribute does not have constraint with some kinds. The kinds of constraints should be described in parameters of the validator Validator processes the ModelAPI_AttributeRefAttr attribute kind
|
virtual |
returns true if attribute is valid
| theAttribute | the checked attribute |
| theArguments | arguments of the attribute |
| theError | error message |
Implements ModelAPI_AttributeValidator.