BoxObject

class compas_ghpython.scene.BoxObject[source]

Bases: GHSceneObject, GeometryObject

Scene object for drawing box shapes.

Parameters:
boxcompas.geometry.Box

A COMPAS box.

**kwargsdict, optional

Additional keyword arguments.

Methods

draw

Draw the box associated with the scene object.

Inherited Methods

add

Add a child item to the scene object.

clear

The main clearing method.