TopologyArtist.register
- static TopologyArtist.register(item_type, artist_type, context=None)[source]
Register an artist type to a data type.
- Parameters:
item_type (
Data
) – The type of data item.artist_type (
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