CellNetwork.vertices_points

CellNetwork.vertices_points(vertices)[source]

Returns the point representation of multiple vertices.

Parameters:
verticeslist of int

The vertex identifiers.

Returns:
list of compas.geometry.Point

The points.