NetworkArtist.draw_edges
- NetworkArtist.draw_edges(edges: Optional[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-tuples) – The color specification for the edges.
- Returns
list of
bpy.types.Object