VectorObject.draw

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

Draw the vector.

Parameters:
point[float, float, float] | compas.geometry.Point, optional

Point of application of the vector. Default is Point(0, 0, 0).

Returns:
list[Rhino.Geometry.Line]

List of created Rhino lines.