PolygonObject.draw
- PolygonObject.draw(color=None, show_vertices=False, show_edges=False)[source]
Draw the polygon.
- Parameters:
- colortuple[int, int, int] | tuple[float, float, float] |
compas.colors.Color
, optional The RGB color of the polygon.
- colortuple[int, int, int] | tuple[float, float, float] |
- Returns:
- list[Rhino.Geometry.Mesh]