VectorArtist.draw
- VectorArtist.draw(color: Optional[Union[Tuple[int, int, int], Tuple[float, float, float]]] = None, point: Optional[compas.geometry.primitives.point.Point] = None, show_point: Optional[bool] = False) List[bpy.types.Object] [source]
Draw the vector.
- Parameters
color (tuple of float or tuple of int, optional) – The RGB color of the vector.
point ([float, float, float] or
compas.geometry.Point
, optional) – Point of application of the vector. Default isPoint(0, 0, 0)
.show_point (bool, optional) – Show the point of application of the vector. Default is
False
.
- Returns
list of
bpy.types.Object