MeshArtist.draw_edgelabels
- MeshArtist.draw_edgelabels(text=None)[source]
Draw labels for a selection of edges.
- Parameters
text (dict[tuple[int, int], str], optional) – A dictionary of edge labels as edge-text pairs. The default value is None, in which case every edge will be labeled with its identifier.
- Returns
list[bpy.types.Object]