VectorObject.draw
- VectorObject.draw(color=None, point=None)[source]
Draw the vector.
- Parameters:
- colorrgb1 | rgb255 |
compas.colors.Color
, optional The RGB color of the vector.
- point[float, float, float] |
compas.geometry.Point
, optional Point of application of the vector. Default is
Point(0, 0, 0)
.
- colorrgb1 | rgb255 |
- Returns:
- list[System.Guid]
List of GUIDs of the objects created in Rhino.