Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbEvalExpr::adjacentEdgeRemoved Method
Syntax
C++
virtual void adjacentEdgeRemoved(const OdDbEvalNodeId& adjEdgeNodeId);

Notification function called whenever an edge of this Node object has been removed. 

 

Parameters
Description
adjEdgeNodeId
[in] Node Id of the Node object sharing the edge.

Called by OdDbEvalGraph::removeEdge(). 

This function is called after the operation.

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