FrameArtist

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

Bases: RhinoArtist, PrimitiveArtist

Artist for drawing frames.

Parameters
  • frame (Frame) – A COMPAS frame.

  • scale (float, optional) – Scale factor that controls the length of the axes.

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

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

Attributes
  • scale (float) – Scale factor that controls the length of the axes. Default is 1.0.

  • color_origin (Color) – Default is Color.black().

  • color_xaxis (Color) – Default is Color.red().

  • color_yaxis (Color) – Default is Color.green().

  • color_zaxis (Color) – Default is Color.blue().

Methods

draw

Draw the frame.

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.