PolygonObject
- class compas_rhino.scene.PolygonObject[source]
Bases:
RhinoSceneObject
,GeometryObject
Scene object for drawing polygons.
- Parameters:
- polygon
compas.geometry.Polygon
A COMPAS polygon.
- **kwargsdict, optional
Additional keyword arguments.
- polygon
Methods
Draw the polygon.
Draw the polygon edges.
Draw the polygon vertices.
Inherited Methods
Add a child item to the scene object.
Add the objects to the group.
The main clearing method.
Clear the layer of the scene object.
Find the group with the given name, or create a new one.