MeshArtist.draw_vertices
- MeshArtist.draw_vertices(vertices=None, color=None)[source]
Draw a selection of vertices.
- Parameters
vertices (list[int], optional) – A selection of vertices to draw. Default is None, in which case all vertices are drawn.
color (tuple[int, int, int] or dict[int, tuple[int, int, int]], optional) – The color specification for the vertices. The default is the value of
MeshArtist.default_vertexcolor
.
- Returns
list[Rhino.Geometry.Point3d]