PlaneObject
- class compas_rhino.scene.PlaneObject[source]
Bases:
RhinoSceneObject
,GeometryObject
Scene object for drawing planes.
- Parameters:
- plane
compas.geometry.Plane
A COMPAS plane.
- scalefloat, optional
Scale factor. Default is
1.0
.- **kwargsdict, optional
Additional keyword arguments.
- plane
Methods
Draw the plane.
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.