Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbEvalGraph Class
Syntax
C++
class OdDbEvalGraph : public OdDbObject;

This class implements the behavior of dynamic blocks with a network of interrelated elements.

Each element (OdDbEvalExpr object) depends on zero or more other elements. The dependencies are represented as edges to dependent nodes from the nodes on which they depend. 

In response to OdDbEvalGraph::evaluate(), this class traverses the graph and invokes OdDbEvalExpr::evaluate() for each of the elements in the graph in the proper order. 

Corresponding C++ library: TD_DynBlocks

OdDbEvalGraphOdDbEvalGraph

File: DbEvalGraph.h 

Module: API Reference 

  • OdDbEvalConnectable
  • OdDbEvalContext
  • OdDbEvalContextIterator
  • OdDbEvalContextPair
  • OdDbEvalEdgeInfo
  • OdDbEvalExpr
Show:
No members matching the current filter
Show:
No members matching the current filter
Show:
No members matching the current filter
Copyright © 2002-2022. Open Design Alliance All rights reserved.