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