MeshObject.draw
- MeshObject.draw()[source]
Draw the mesh or its components in Rhino.
- Returns:
- list[System.Guid]
The GUIDs of the created Rhino objects.
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.