VolMesh3gs.edge_coordinates
- VolMesh3gs.edge_coordinates(edge, axes='xyz')
Return the coordinates of the start and end point of an edge.
- Parameters
edge (tuple of int) – The edge identifier.
axes (str (xyz)) – The axes along which the coordinates should be included.
- Returns
tuple – The coordinates of the start point and the coordinates of the end point.