VolMesh.edge_coordinates
- VolMesh.edge_coordinates(edge, axes='xyz')[source]
Return the coordinates of the start and end point of an edge.
- Parameters:
- edgetuple[int, int]
The edge identifier.
- axesstr, optional
The axes along which the coordinates should be included.
- Returns:
- tuple[list[float], list[float]]
The coordinates of the start point. The coordinates of the end point.