PlaneArtist
-
class
compas_rhino.artists.
PlaneArtist
(primitive, color=None, layer=None)[source] Bases:
compas_rhino.artists._primitiveartist.PrimitiveArtist
Artist for drawing planes.
- Parameters
primitive (
compas.geometry.Plane
) – A COMPAS plane.
Notes
See
compas_rhino.artists.PrimitiveArtist
for all other parameters.Methods
__init__
(primitive[, color, layer])Initialize self.
build
(item, **kwargs)Build an artist corresponding to the item type.
clear
()Clear the layer containing the artist.
draw
()Draw the plane.
redraw
()register
(item_type, artist_type)