VolMesh.edge_coordinates

VolMesh.edge_coordinates(edge, axes='xyz')[source]

Return the coordinates of the start and end point of an edge.

Parameters
  • edge (tuple[int, int]) – The edge identifier.

  • axes (str, optional) – The axes along which the coordinates should be included.

Returns

  • list[float] – The coordinates of the start point.

  • list[float] – The coordinates of the end point.