CellNetwork.vertex_coordinates¶
-
CellNetwork.
vertex_coordinates
(key, axes='xyz')¶ Return the coordinates of a node.
- Parameters
key (hashable) – The identifier of the node.
axes (str, optional) – The components of the node coordinates to return. Default is
'xyz'
.
- Returns
list – The coordniates of the node.