Mesh.vertex_point

Mesh.vertex_point(key)[source]

Return the point of a vertex.

Parameters:
keyint

The identifier of the vertex.

Returns:
compas.geometry.Point

The point of the vertex.