MeshObject.draw

MeshObject.draw(color=None, collection=None, show_wire=True)[source]

Draw the mesh.

Parameters:
colorcompas.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.

Returns:
list[bpy.types.Object]

The objects created in Blender.