TorusObject

class compas_ghpython.scene.TorusObject[source]

Bases: GHSceneObject, GeometryObject

Scene object for drawing torus shapes.

Parameters:
toruscompas.geometry.Torus

A COMPAS torus.

**kwargsdict, optional

Additional keyword arguments.

Methods

draw

Draw the torus associated with the scene object.

Inherited Methods

add

Add a child item to the scene object.

clear

The main clearing method.