RhinoVolMeshObject.draw_celllabels

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

Draw a selection of cells.

Parameters:
textdict[int, str], optional

A dictionary of face labels as cell-text pairs.

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

The color of the cells.

groupstr, optional

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

fontheightint, optional

Font height of the cell labels.

fontfacestr, optional

Font face of the cell labels.

Returns:
list[System.Guid]

The GUIDs of the created Rhino objects.