Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbEvalExpr::adjacentEdgeAdded Method
Syntax
C++
virtual void adjacentEdgeAdded(const OdDbEvalNodeId& fromId, const OdDbEvalNodeId& toId, bool isInvertible);

Notification function called whenever an edge has been added the Graph object. 

 

Parameters
Description
fromId
[in] Node Id of the "from" Node object sharing the edge.
toId
[in] Node Id of the "to" Node object sharing the edge.
isInvertible
[in] True if and only if the edge the edge is invertible.

Called by OdDbEvalGraph::addEdge(). 

When the edge is invertible, this function is called twice. 

This function is called after the operation.

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