VectorArtist.draw

VectorArtist.draw(color=None, point=None, show_point=False)[source]

Draw the vector.

Parameters
  • color (tuple[int, int, int] | tuple[float, float, float] | Color, optional) – The RGB color of the vector. Default is compas.artists.PrimitiveArtist.color.

  • point ([float, float, float] | Point, optional) – Point of application of the vector. Default is Point(0, 0, 0).

  • show_point (bool, optional) – If True, draw the base point of the vector.

Returns

list[System.Guid] – The GUIDs of the created Rhino objects.