Close

Relief for ODA Team in Ukraine

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

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.

Creates an outgoing reference to idTo in idFrom, and an incoming reference to idFrom in idTo.

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