EGI.vertex_coordinates
- EGI.vertex_coordinates(key, axes='xyz')
 Return the coordinates of a vertex.
- Parameters
 key (int) – The identifier of the vertex.
axes (str, optional) – The axes along which to take the coordinates. Should be a combination of
'x','y','z'. Default is'xyz'.
- Returns
 list – Coordinates of the vertex.