RhinoPolylineObject

class compas_rhino.scene.RhinoPolylineObject[source]

Bases: RhinoSceneObject, 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.

add_to_group

Add the objects to the group.

clear

The main clearing method.

clear_layer

Clear the layer of the scene object.

compile_attributes

Compile Rhino DocObject Attributes.

get_group

Find the group with the given name, or create a new one.