VolMeshArtist.draw_vertices

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

Draw a selection of vertices.

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

  • color (Color | dict[int, Color], optional) – The color of the vertices. The default color of the vertices is VolMeshArtist.default_vertexcolor.

Returns

list[System.Guid] – The GUIDs of the created Rhino objects.