RhinoSceneObject
- class compas_rhino.scene.RhinoSceneObject[source]
Bases:
SceneObject
Base class for all Rhino scene objects.
- Parameters:
- layerstr, optional
A layer name.
- groupstr, optional
The name of the group to add the mesh components. The group will be created if not already present. Default is
None
.- **kwargsdict, optional
Additional keyword arguments.
Methods
Add the objects to the group.
Clear the layer of the scene object.
Compile Rhino DocObject Attributes.
Find the group with the given name, or create a new one.
Inherited Methods
Add a child item to the scene object.
The main clearing method.
The main drawing method.