SHAPER  9.12.0
FeaturesPlugin_ValidatorExtrusionBoundaryFace Class Reference

A validator for extrusion from/to face attribute. More...

Inheritance diagram for FeaturesPlugin_ValidatorExtrusionBoundaryFace:
Inheritance graph

Public Member Functions

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

Detailed Description

A validator for extrusion from/to face attribute.

Member Function Documentation

◆ isValid()

bool FeaturesPlugin_ValidatorExtrusionBoundaryFace::isValid ( const AttributePtr &  theAttribute,
const std::list< std::string > &  theArguments,
Events_InfoMessage theError 
) const
virtual
Returns
true if attribute listed in the parameter arguments are planar.
Parameters
[in]theFeaturethe checked feature.
[in]theArgumentsarguments of the attribute.
[out]theErrorerror message.

Implements ModelAPI_AttributeValidator.