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