VolMeshArtist.draw_facelabels

VolMeshArtist.draw_facelabels(text=None, color=None)[source]

Draw labels for a selection of faces.

Parameters
  • text (dict[int, str], optional) – A dictionary of face labels as face-text pairs. The default value is None, in which case every face will be labelled with its key.

  • color (tuple[int, int, int] or dict[int, tuple[int, int, int]], optional) – Color of the labels. The default color is the same as the color of the faces.

Returns

list[System.Guid] – The GUIDs of the created Rhino objects.