NetworkObject.draw_spheres
- NetworkObject.draw_spheres(radius, color=None, group=None)[source]
Draw spheres at the vertices of the network.
- Parameters:
- radiusdict[int, float], optional
The radius of the spheres.
- color
compas.colors.Color
| dict[int,compas.colors.Color
], optional The color of the spheres.
- 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.