Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbEvalGraph::evaluate Method ()
Syntax
C++
virtual bool evaluate() const;

Evaluates this Graph object.

Returns true if and only if successful.

Evaluation is accomplished by traversing the activated nodes on the Graph, invoking OdDbEvalExpr::evaluate() on each of the visited nodes. 

Nodes may be activated with either the activate() method, or by supplying an activatedNodes argument. 

Nodes not activated are deactivated.

Copyright © 2002-2022. Open Design Alliance All rights reserved.