PolyhedronObject

class compas_ghpython.scene.PolyhedronObject[source]

Bases: GHSceneObject, GeometryObject

Scene object for drawing polyhedron shapes.

Parameters:
polyhedroncompas.geometry.Polyhedron

A COMPAS polyhedron.

**kwargsdict, optional

Additional keyword arguments.

Methods

draw

Draw the polyhedron associated with the scene object.

Inherited Methods

add

Add a child item to the scene object.

clear

The main clearing method.