NetworkObject.draw_edges
- NetworkObject.draw_edges(edges=None, color=None, collection=None)[source]
Draw a selection of edges.
- Parameters:
- edgeslist[tuple[hashable, hashable]], optional
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
compas.colors.Color
| dict[tuple[hashable, hashable],compas.colors.Color
], optional The color specification for the edges.
- collectionstr, optional
The name of the Blender scene collection containing the created object(s).
- Returns:
- list[bpy.types.Object]