ReachabilityMapArtist

class compas_fab.ghpython.ReachabilityMapArtist(item, **kwargs)[source]

Bases: GHArtist

Artist for drawing a reachability map.

Parameters
  • reachability_map (compas.robots.ReachabilityMap) – Robot model.

  • **kwargs (dict, optional) – Additional keyword arguments.

Methods

draw

The main drawing method.

draw_cloud

Returns the points and colors to create a point cloud.

draw_frames

Returns the frames of the reachability map.

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.