VolMeshObject.draw_vertices
- VolMeshObject.draw_vertices(vertices=None, color=None, group=None)[source]
Draw a selection of vertices.
- Parameters:
- verticeslist[int], optional
A list of vertices to draw. Default is None, in which case all vertices are drawn.
- color
compas.colors.Color
| dict[int,compas.colors.Color
], optional The color of the vertices.
- groupstr, optional
The name of the group in which the vertices are combined.
- Returns:
- list[System.Guid]
The GUIDs of the created Rhino point objects.