NetworkObject.draw_pipes
- NetworkObject.draw_pipes(radius, color=None, group=None)[source]
Draw pipes around the edges of the network.
- Parameters:
- radiusdict[tuple[int, int], float]
The radius per edge.
- color
compas.colors.Color
| dict[tuple[int, int],compas.colors.Color
], optional The color of the pipes.
- groupstr, optional
The name of a group to join the created Rhino objects in.
- Returns:
- list[System.Guid]
The GUIDs of the created Rhino objects.