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.
- list[
Site Navigation
Return the points of multiple vertices.
The identifiers of the vertices.
compas.geometry.Point
]The points of the vertices.