Network.edge_midpoint
-
Network.
edge_midpoint
(u, v) Return the location of the midpoint of an edge.
- Parameters
u (hashable) – The key of the start node.
v (hashable) – The key of the end node.
- Returns
list – The XYZ coordinates of the midpoint.
Network.
edge_midpoint
(u, v)Return the location of the midpoint of an edge.
u (hashable) – The key of the start node.
v (hashable) – The key of the end node.
list – The XYZ coordinates of the midpoint.