PolylineObject

class compas_ghpython.scene.PolylineObject[source]

Bases: GHSceneObject, GeometryObject

Scene object for drawing polylines.

Parameters:
polylinecompas.geometry.Polyline

A COMPAS polyline.

**kwargsdict, optional

Additional keyword arguments.

Methods

draw

Draw the polyline.

Inherited Methods

add

Add a child item to the scene object.

clear

The main clearing method.