get_point_coordinates
- compas_rhino.utilities.get_point_coordinates(guids)[source]
Get the coordintes of the locations of point objects.
- Parameters
guids (list[System.Guid])
- Returns
list[[float, float, float]] – The location coordinates of the points.