SHAPER  9.12.0
GeomValidators_FeatureKind Class Reference

Generic validator for any attribute of a feature. More...

Inheritance diagram for GeomValidators_FeatureKind:
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

Generic validator for any attribute of a feature.

Member Function Documentation

◆ isValid()

bool GeomValidators_FeatureKind::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 shape is a body subshape. Does not allow select construction shapes.
Parameters
[in]theAttributean attribute to check
[in]theArgumentsa filter parameters
[out]theErrorerror message.

Implements ModelAPI_AttributeValidator.