SHAPER  9.12.0
ConstructionPlugin_ValidatorPointThreeNonParallelPlanes Class Reference

A validator for selection three non parallel planes. More...

Inheritance diagram for ConstructionPlugin_ValidatorPointThreeNonParallelPlanes:
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 selection three non parallel planes.

Member Function Documentation

◆ isValid()

bool ConstructionPlugin_ValidatorPointThreeNonParallelPlanes::isValid ( const AttributePtr &  theAttribute,
const std::list< std::string > &  theArguments,
Events_InfoMessage theError 
) const
virtual
Returns
True if the attribute is valid.
Parameters
[in]theAttributethe checked attribute.
[in]theArgumentsarguments of the attribute.
[out]theErrorerror message.

Implements ModelAPI_AttributeValidator.