VolMeshObject.draw_edgelabels

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

Draw a selection of edge labels.

Parameters:
textdict[tuple[int, int], str], optional

A dictionary of edge labels as edge-text pairs.

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

The color of the edges.

groupstr, optional

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

fontheightint, optional

Font height of the edge labels.

fontfacestr, optional

Font face of the edge labels.

Returns:
list[System.Guid]

The GUIDs of the created Rhino objects.