VectorObject.draw
- VectorObject.draw(point=None)[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)
.
- point[float, float, float] |
- Returns:
- list[Rhino.Geometry.Line]
List of created Rhino lines.