CapsuleObject

class compas_ghpython.scene.CapsuleObject[source]

Bases: GHSceneObject, GeometryObject

Scene object for drawing capsule shapes.

Parameters:
capsulecompas.geometry.Capsule

A COMPAS capsule.

**kwargsdict, optional

Additional keyword arguments.

Methods

draw

Draw the capsule associated with the scene object.

Inherited Methods

add

Add a child item to the scene object.

clear

The main clearing method.