VectorObject.draw
- VectorObject.draw(color=None, collection=None, point=None)[source]
Draw the vector.
- Parameters:
- colortuple[float, float, float] | tuple[int, int, int] |
compas.colors.Color
, optional The RGB color of the vector.
- collectionstr, optional
The name of the Blender scene collection containing the created object(s).
- point[float, float, float] |
compas.geometry.Point
, optional Point of application of the vector. Default is
Point(0, 0, 0)
.
- colortuple[float, float, float] | tuple[int, int, int] |
- Returns:
- list[bpy.types.Object]
The objects created in Blender.