get_line_coordinates

compas_rhino.objects.get_line_coordinates(guids)[source]

Get the start and end point coordinates of line curves.

Parameters:
guidslist[System.Guid]

Line curve identifiers.

Returns:
list[tuple[[float, float, float], [float, float, float]]]

A start and end point per line.