SphereObject

class compas_ghpython.scene.SphereObject[source]

Bases: GHSceneObject, GeometryObject

Scene object for drawing sphere shapes.

Parameters:
spherecompas.geometry.Sphere

A COMPAS sphere.

**kwargsdict, optional

Additional keyword arguments.

Methods

draw

Draw the sphere associated with the scene object.

Inherited Methods

add

Add a child item to the scene object.

clear

The main clearing method.