MeshArtist.draw_vertexlabels
- MeshArtist.draw_vertexlabels(text=None)[source]
Draw labels for a selection vertices.
- Parameters
text (dict[int, str], optional) – A dictionary of vertex labels as vertex-text pairs. The default value is None, in which case every vertex will be labelled with its identifier.
- Returns
list[System.Guid] – The GUIDs of the created Rhino objects.