CurveObject

class compas_ghpython.scene.CurveObject[source]

Bases: GHSceneObject, GeometryObject

Scene object for drawing curves.

Parameters:
curvecompas.geometry.Curve

A COMPAS curve.

Other Parameters:
**kwargsdict, optional

Additional keyword arguments.

Methods

draw

Draw the curve.

Inherited Methods

add

Add a child item to the scene object.

clear

The main clearing method.