ReachabilityMapArtist
- class compas_fab.rhino.ReachabilityMapArtist(item, **kwargs)[source]
Bases:
RhinoArtist
Artist for drawing a reachability map.
- Parameters
reachability_map (
compas.robots.ReachabilityMap
) – Robot model.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.
Methods
The main drawing method.
Returns the points and colors to create a point cloud.
Returns the frames of the reachability map.
Inherited Methods
Build an artist corresponding to the item type.
Build an artist with the given type.
Clear all objects from the view.
Clear the layer of the artist.
Drawing method for drawing an entire collection of objects.
Redraw the view.
Register an artist type to a data type.