RhinoVolMeshObject.draw_facelabels

RhinoVolMeshObject.draw_facelabels(text, color=None, group=None, fontheight=10, fontface='Arial Regular')[source]

Draw a selection of face labels.

Parameters:
textdict[int, str]

A dictionary of face labels as face-text pairs.

colorcompas.colors.Color | dict[int, compas.colors.Color], optional

The color of the faces.

groupstr, optional

The name of the group in which the labels are combined.

fontheightint, optional

Font height of the face labels.

fontfacestr, optional

Font face of the face labels.

Returns:
list[System.Guid]

The GUIDs of the created Rhino objects.