Block.vertices_points

Block.vertices_points(vertices)

Return the points of multiple vertices.

Parameters:
verticeslist[int]

The identifiers of the vertices.

Returns:
list[compas.geometry.Point]

The points of the vertices.