MeshArtist.draw_mesh

MeshArtist.draw_mesh(color=None)[source]

Draw the mesh as a RhinoMesh.

This method is an alias for MeshArtist.draw.

Parameters

color (tuple[int, int, int] | tuple[float, float, float] | Color, optional) – The color of the mesh. Default is the value of MeshArtist.default_color.

Returns

Rhino.Geometry.Mesh

Notes

The mesh should be a valid Rhino Mesh object, which means it should have only triangular or quadrilateral faces. Faces with more than 4 vertices will be triangulated on-the-fly.