Graph.to_points

Graph.to_points()[source]

Return the coordinates of the graph.

Returns:
list[list[float]]

A list with the coordinates of the vertices of the graph.

See also

from_pointcloud()
to_lines(), to_nodes_and_edges(), to_obj()