Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbEvalGraph::addEdge Method (const OdDbEvalNodeId&, const OdDbEvalNodeId&, bool)
Syntax
C++
virtual bool addEdge(const OdDbEvalNodeId& idFrom, const OdDbEvalNodeId& idTo, bool invertible);

Adds the specified edge to this Graph object. 

 

Parameters
Description
idFrom
[in] Node ID of the node at the start of the edge.
idTo
[in] Node ID of the node at the end of the edge.
invertible
[in] True if and only if the edge is invertible.

An invertible edge can have its originating and terminating nodes swapped based on which of the nodes is activated.

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