ConeObject

class compas_ghpython.scene.ConeObject[source]

Bases: GHSceneObject, GeometryObject

Scene object for drawing cone shapes.

Parameters:
shapecompas.geometry.Cone

A COMPAS cone.

**kwargsdict, optional

Additional keyword arguments.

Methods

draw

Draw the cone associated with the scene object.

Inherited Methods

add

Add a child item to the scene object.

clear

The main clearing method.