SHAPER  9.12.0
GeomValidators_GlobalSelection Class Reference

Check the Selection/SelectionList attribute for result selected. More...

Inheritance diagram for GeomValidators_GlobalSelection:
Inheritance graph

Public Member Functions

virtual GEOMVALIDATORS_EXPORT bool isValid (const AttributePtr &theAttribute, const std::list< std::string > &theArguments, Events_InfoMessage &theError) const
 

Detailed Description

Check the Selection/SelectionList attribute for result selected.

Member Function Documentation

◆ isValid()

bool GeomValidators_GlobalSelection::isValid ( const AttributePtr &  theAttribute,
const std::list< std::string > &  theArguments,
Events_InfoMessage theError 
) const
virtual
Returns
True if the attribute is valid. It checks whether the selected object is a full result.
Parameters
[in]theAttributean attribute to check
[in]theArgumentsa filter parameters
[out]theErrorerror message.

Implements ModelAPI_AttributeValidator.