API Reference > OdDb Classes > OdDbEvalExpr Class > OdDbEvalExpr Methods > OdDbEvalExpr::adjacentEdgeAdded Method
OdDbEvalExpr::adjacentEdgeAdded Method
Syntax
C++
virtual void adjacentEdgeAdded(const OdDbEvalNodeId& fromId, const OdDbEvalNodeId& toId, bool isInvertible);
Parameters 
Description 
const OdDbEvalNodeId& fromId 
[in] Node Id of the "from" Node object sharing the edge.  
const OdDbEvalNodeId& toId 
[in] Node Id of the "to" Node object sharing the edge.  
bool isInvertible 
[in] True if and only if the edge the edge is invertible. 

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

 

Called by OdDbEvalGraph::addEdge(). 

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

This function is called after the operation.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.