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