MeshObject.draw

MeshObject.draw(color=None, vertexcolors=None, facecolors=None, disjoint=False)[source]

Draw the mesh.

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

The color of the mesh.

Returns:
list[Rhino.Geometry.Mesh]