CircleObject.draw
- CircleObject.draw(color=None, collection=None)[source]
Draw the circle.
- Parameters:
- colortuple[int, int, int] | tuple[float, float, float] |
compas.colors.Color
, optional The RGB color of the capsule.
- collectionstr, optional
The name of the Blender scene collection containing the created object(s).
- colortuple[int, int, int] | tuple[float, float, float] |
- Returns:
- list[bpy.types.Object]
The object created in Blender.