TorusArtist
- class compas_rhino.artists.TorusArtist(*args, **kwargs)[source]
Bases:
RhinoArtist
,ShapeArtist
Artist for drawing torus shapes.
- Parameters
torus (
compas.geometry.Torus
) – A COMPAS torus.layer (str, optional) – The layer that should contain the drawing.
**kwargs (dict, optional) – Additional keyword arguments. For more info, see
RhinoArtist
andShapeArtist
.
Methods
Draw the torus associated with the artist.
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.