LineObject.draw
- LineObject.draw(color=None, collection=None)[source]
Draw the line.
- Parameters:
- colortuple[int, int, int] | tuple[float, float, float] |
compas.colors.Color
, optional The RGB color of the box.
- 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 objects created in Blender.