Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbGraph::addEdge Method
Syntax
C++
void addEdge(OdDbGraphNode* pFrom, OdDbGraphNode* pTo);

Adds the specified edge to this Graph object. 

 

Parameters
Description
pFrom
[in] Pointer to the GraphNode at the start of the edge.
pTo
[in] Pointer to the GraphNode at the end of the edge.

Creates an outgoing reference to *pTo in *pFrom, and an incoming reference to *pFrom in *pTo.

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