MeshArtist.draw_edges

MeshArtist.draw_edges(edges: Optional[List[Tuple[int, int]]] = None, color: Optional[Union[str, Tuple[int, int, int], Tuple[float, float, float], List[Union[Tuple[int, int, int], Tuple[float, float, float]]], Dict[int, Union[Tuple[int, int, int], Tuple[float, float, float]]]]] = None) List[bpy.types.Object][source]

Draw a selection of edges.

Parameters
  • edges (list) – A list of edge keys (as uv pairs) identifying which edges to draw. The default is None, in which case all edges are drawn.

  • color (rgb-tuple or dict of rgb-tuple) – The color specification for the edges.

Returns

list of bpy.types.Object