CellNetwork.vertices_coordinates
- CellNetwork.vertices_coordinates(vertices, axes='xyz')[source]
Return the coordinates of multiple vertices.
- Parameters:
- verticeslist of int
The vertex identifiers.
- axesstr, optional
The axes alon which to take the coordinates. Should be a combination of x, y, and z.
- Returns:
- list of list[float]
Coordinates of the vertices.