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