CylinderObject

class compas_ghpython.scene.CylinderObject[source]

Bases: GHSceneObject, GeometryObject

Scene object for drawing cylinder shapes.

Parameters:
cylindercompas.geometry.Cylinder

A COMPAS cylinder.

**kwargsdict, optional

Additional keyword arguments.

Methods

draw

Draw the cylinder associated with the scene object.

Inherited Methods

add

Add a child item to the scene object.

clear

The main clearing method.