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