PolyhedronObject.draw

PolyhedronObject.draw(color=None)[source]

Draw the polyhedron associated with the scene object.

Parameters:
colortuple[int, int, int] | tuple[float, float, float] | compas.colors.Color, optional

The RGB color of the line.

Returns:
list[Rhino.Geometry.Mesh]

List of created Rhino mesh.