FrameArtist

class compas_ghpython.artists.FrameArtist(*args, **kwargs)[source]

Bases: GHArtist, PrimitiveArtist

Artist for drawing frames.

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

  • color_origin (tuple[int, int, int]) – Default is (0, 0, 0).

  • color_xaxis (tuple[int, int, int]) – Default is (255, 0, 0).

  • color_yaxis (tuple[int, int, int]) – Default is (0, 255, 0).

  • color_zaxis (tuple[int, int, int]) – Default is (0, 0, 255).

Methods

draw

Draw the frame.

draw_axes

Draw the frame's axes.

draw_origin

Draw the frame's origin.

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.