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:compasrhartists.PrimitiveArtist for all other parameters.

Methods

draw()

Draw the point.