get_polygon_coordinates
- compas_rhino.objects.get_polygon_coordinates(guids)[source]
Get the point coordinates of polygons.
- Parameters:
- guidslist[System.Guid]
Polygon curve identifiers.
- Returns:
- list[list[[float, float, float]]]
A list of point coordinates per polygon.