RobotModelArtist.register
- static RobotModelArtist.register(item_type, artist_type, context=None)[source]
Register an artist type to a data type.
- Parameters
item_type (
compas.data.Data
) – The type of data item.artist_type (
compas.artists.Artist
) – The type of the corresponding/compatible artist.context (Literal[‘Rhino’, ‘Grasshopper’, ‘Blender’, ‘Plotter’], optional) – The visualization context in which the pair should be registered.
- Returns
None