VolMeshArtist.draw_vertices

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

Draw a selection of vertices.

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

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

Returns

list of Rhino.Geometry.Point3d