VolMeshArtist.draw_celllabels
- VolMeshArtist.draw_celllabels(text=None, color=None)[source]
Draw labels for cells.
- Parameters
text (dict) – A dictionary of cell labels as cell-text pairs. The default value is
None
, in which case every cell 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 cells.
- Returns
list – The GUIDs of the created Rhino objects.