Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbGraph::breakCycleEdge Method
Syntax
C++
void breakCycleEdge(OdDbGraphNode* pFrom, OdDbGraphNode* pTo);
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.

Removes the specified edge, and updates the cyclical information for this Graph object. 

 

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