PointArtist

class compas_ghpython.artists.PointArtist(primitive, color=None)[source]

Bases: compas_ghpython.artists._primitiveartist.PrimitiveArtist

Artist for drawing points.

Parameters

primitive (compas.geometry.Point) – A COMPAS point.

Other Parameters

See :class:`compas_rhino.artists.PrimitiveArtist` for all other parameters.

Methods

__init__(primitive[, color])

Initialize self.

draw()

Draw the point.

draw_collection(collection)

Draw a collection of points.