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