Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbGraphNode::nextCycleNode Method
Syntax
C++
OdDbGraphNode* nextCycleNode() const;

Returns the next outgoing cyclical reference of this GraphNode object.

This function returns cycleOut(0). Returns a null pointer if cycleOut(0) == 0.

This function returns valid results only if OdDbGraph::findCycles() has been called with no intervening changes to the graph.

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