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