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.
- colortuple[int, int, int] | tuple[float, float, float] |
- Returns:
- list[Rhino.Geometry.Mesh]