LineObject

class compas_ghpython.scene.LineObject[source]

Bases: GHSceneObject, GeometryObject

Scene object for drawing lines.

Parameters:
linecompas.geometry.Line

A COMPAS line.

**kwargsdict, optional

Additional keyword arguments.

Methods

draw

Draw the line.

Inherited Methods

add

Add a child item to the scene object.

clear

The main clearing method.