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