get_point_coordinates

compas_rhino.objects.get_point_coordinates(guids)[source]

Get the coordintes of the locations of point objects.

Parameters:
guidslist[System.Guid]
Returns:
list[[float, float, float]]

The location coordinates of the points.