API Reference > OdDb Classes > OdDbGraph Class > OdDbGraph Methods > OdDbGraph::breakCycleEdge Method
OdDbGraph::breakCycleEdge Method
Syntax
C++
void breakCycleEdge(OdDbGraphNode* pFrom, OdDbGraphNode* pTo);
Parameters 
Description 
OdDbGraphNode* pFrom 
[in] Pointer to the GraphNode at the start of the edge.  
OdDbGraphNode* 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–2020. Open Design Alliance. All rights reserved.