Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbGraph::findCycles Method
Syntax
C++
virtual bool findCycles(OdDbGraphNode* pStart = 0);

Finds the cyclical nodes for this Graph object.

Parameters
Description
pStart
[in] Pointer to the starting node from which to search. Usually defaulted.

Returns true if and only if there are any cyclical GraphNodes.

This function must be called with no intervening changes to the graph, prior to querying cycle information.

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