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