MeshArtist.draw_vertices

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

Draw a selection of vertices.

Parameters
  • vertices (list[int], optional) – A list of vertex identifiers. Default is None, in which case all vertices are drawn.

  • color (rgb-tuple | dict[int, rgb-tuple], optional) – The color specification for the vertices.

Returns

None