get_line_coordinates
- compas_rhino.utilities.get_line_coordinates(guids)[source]
Get the start and end point coordinates of line curves.
- Parameters
guids (list[System.Guid]) – Line curve identifiers.
- Returns
list[tuple[[float, float, float], [float, float, float]]] – A start and end point per line.