CircleObject

class compas_ghpython.scene.CircleObject[source]

Bases: GHSceneObject, GeometryObject

Scene object for drawing circles.

Parameters:
circlecompas.geometry.Circle

A COMPAS circle.

**kwargsdict, optional

Additional keyword arguments.

Methods

draw

Draw the circle.

Inherited Methods

add

Add a child item to the scene object.

clear

The main clearing method.