Python: Add or Remove Graph Node to/from Graph Segment

503
0
08-15-2017 06:08 AM
Status: Open
deleted-user-F36TjxlqdCoV
New Contributor II

In order to improve graph network elevation, it is often needed to insert a graph node to an existing graph segment.

ce.addGraphNodeToGraphSegment( myGraphSegment, ( x, y, z ) )
ce.deleteGraphNodeFromGraphSegment( myGraphSegment, myGraphNode )