VectorArtist.draw
- VectorArtist.draw(point=None, show_point=False)[source]
Draw the vector.
- Parameters
point ([float, float, float] or
compas.geometry.Point
, optional) – Point of application of the vector. Default isPoint(0, 0, 0)
.show_point (bool, optional) – If True, draw the point of application of the vector.
- Returns
list[Rhino.Geometry.Point3d, Rhino.Geometry.Line] – The Rhino line and endpoints, if requested.