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