VectorObject
- class compas_ghpython.scene.VectorObject[source]
Bases:
GHSceneObject
,GeometryObject
Scene object for drawing vectors.
- Parameters:
- vector
compas.geometry.Vector
A COMPAS vector.
- **kwargsdict, optional
Additional keyword arguments.
- vector
Methods
Draw the vector.
Inherited Methods
Add a child item to the scene object.
The main clearing method.