MeshArtist.draw_vertices

MeshArtist.draw_vertices(vertices=None, color=None)[source]

Draw a selection of vertices.

Parameters
  • vertices (list) – A selection of vertices to draw. Default is None, in which case all vertices are drawn.

  • color (tuple or dict of tuple, optional) – The color specififcation for the vertices. The default is white, (255, 255, 255).

Returns

list – The GUIDs of the created Rhino objects.