Mesh.edge_midpoint

Mesh.edge_midpoint(edge)[source]

Return the midpoint of an edge.

Parameters:
edgetuple(int, int)

The identifier of the edge.

Returns:
list[float]

The XYZ coordinates of the midpoint.