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