get_polygon_coordinates

compas_rhino.utilities.get_polygon_coordinates(guids)[source]

Get the point coordinates of polygons.

Parameters

guids (list[System.Guid]) – Polygon curve identifiers.

Returns

list[list[[float, float, float]]] – A list of point coordinates per polygon.