MeshObject.draw_vertices

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

Draw a selection of vertices.

Parameters:
verticeslist[int], optional

A selection of vertices to draw. Default is None, in which case all vertices are drawn.

colorcompas.colors.Color | dict[int, compas.colors.Color], optional

The color of the vertices.

groupstr, optional

The name of a group to join the created Rhino objects in.

Returns:
list[System.Guid]

The GUIDs of the created Rhino point objects.