Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbEvalGraph::removeEdge Method
Syntax
C++
virtual bool removeEdge(const OdDbEvalNodeId& idFrom, const OdDbEvalNodeId& idTo);

Removes the specified edge from this Graph object. 

 

Parameters
Description
idFrom
[in] Node ID of the node at the start of the edge.
idTo
[in] Node ID of the node at the end of the edge.

Creates an outgoing reference to idTo in idFrom, and an incoming reference to idFrom in idTo.

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