MeshArtist.draw_halfedges

MeshArtist.draw_halfedges(halfedges=None, color=(0.7, 0.7, 0.7), distance=0.05, width=0.01, shrink=0.8)[source]

Draw a selection of halfedges.

Parameters
  • edges (list[tuple[int, int]], optional) – A list of halfedges to draw. The default is None, in which case all halfedges are drawn.

  • color (rgb-tuple | dict[tuple[int, int], rgb-tuple], optional) – The color specification for the halfedges.

Returns

None