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