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