Mesh.vertices_points

Mesh.vertices_points(vertices)[source]

Return the points of multiple vertices.

Parameters:
verticeslist[int]

The identifiers of the vertices.

Returns:
list[compas.geometry.Point]

The points of the vertices.