VolMesh.vertex_coordinates

VolMesh.vertex_coordinates(vertex, axes='xyz')[source]

Return the coordinates of a vertex.

Parameters:
vertexint

The identifier of the vertex.

axesstr, optional

The axes alon which to take the coordinates. Should be a combination of x, y, and z.

Returns:
list[float]

Coordinates of the vertex.

See also

vertex_point(), vertex_laplacian(), vertex_neighborhood_centroid()