PointArtist
-
class
compas_ghpython.artists.PointArtist(primitive, color=None)[source] Bases:
compas_ghpython.artists._primitiveartist.PrimitiveArtistArtist for drawing points.
- Parameters
primitive (
compas.geometry.Point) – A COMPAS point.- Other Parameters
See :class:`compas_rhino.artists.PrimitiveArtist` for all other parameters.
Methods
draw()Draw the point.