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
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.
Drawing method for drawing an entire collection of objects.
Redraw the view.
Register an artist type to a data type.