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