MeshArtist.draw_edges
- abstract MeshArtist.draw_edges(edges=None, color=None, text=None)[source]
Draw the edges of the mesh.
- Parameters
edges (list, optional) – The edges to include in the drawing. Default is all edges.
color (tuple or dict, optional) – The color of the edges, as either a single color to be applied to all edges, or a color dict, mapping specific edges to specific colors.
text (dict, optional) – The text labels for the edges as a text dict, mapping specific edges to specific text labels.