MeshObject.draw
- MeshObject.draw(color=None, collection=None, show_wire=True)[source]
Draw the mesh.
- Parameters:
- color
compas.colors.Color
, optional The color of the mesh.
- collectionstr, optional
The name of the collection that should contain the mesh.
- show_wirebool, optional
Display the wireframe of the mesh.
- color
- Returns:
- list[bpy.types.Object]
The objects created in Blender.