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