|
SHAPER
9.15.0
|
Validator for the points selection. More...

Public Member Functions | |
| virtual SKETCHPLUGIN_EXPORT bool | isValid (const AttributePtr &theAttribute, const std::list< std::string > &theArguments, Events_InfoMessage &theError) const |
| returns true if the feature of attribute do not contain external features in the given attribute and among attributes listed in the arguments More... | |
Protected Member Functions | |
| bool | isExternalAttribute (const AttributePtr &theAttribute) const |
| returns true if the feature of the attribute is external More... | |
Validator for the points selection.
Allows to select points only.
|
virtual |
returns true if the feature of attribute do not contain external features in the given attribute and among attributes listed in the arguments
| theAttribute | an attribute to check |
| theArguments | a filter parameters |
| theError | error message |
Implements ModelAPI_AttributeValidator.
|
protected |
returns true if the feature of the attribute is external
| theAttribute | an attribute to check |