LineArtist

class compas_ghpython.artists.LineArtist(item, **kwargs)[source]

Bases: GHArtist, PrimitiveArtist

Artist for drawing lines.

Parameters
  • line (Line) – A COMPAS line.

  • **kwargs (dict, optional) – Additional keyword arguments. See GHArtist and PrimitiveArtist for more info.

Methods

draw

Draw the line.

Inherited Methods

build

Build an artist corresponding to the item type.

build_as

Build an artist with the given type.

clear

Clear all objects from the view.

draw_collection

Drawing method for drawing an entire collection of objects.

redraw

Redraw the view.

register

Register an artist type to a data type.