MeshObject.draw_pipes
- MeshObject.draw_pipes(radius, color=None, group=None)[source]
Draw pipes around the edges of the mesh.
- Parameters:
- radiusdict[tuple[int, int], float]
The radius per edge.
- colortuple[int, int, int] | tuple[float, float, float] |
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.