PlaneArtist

class compas_rhino.artists.PlaneArtist(item, **kwargs)[source]

Bases: RhinoArtist, PrimitiveArtist

Artist for drawing planes.

Parameters
  • plane (Plane) – A COMPAS plane.

  • layer (str, optional) – The layer that should contain the drawing.

  • **kwargs (dict, optional) – Additional keyword arguments. For more info, see RhinoArtist and PrimitiveArtist.

Methods

draw

Draw the plane.

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.

clear_layer

Clear the layer of the artist.

draw_collection

Drawing method for drawing an entire collection of objects.

redraw

Redraw the view.

register

Register an artist type to a data type.