RhinoMeshObject.draw_spheres

RhinoMeshObject.draw_spheres(radius, color=None, group=None)[source]

Draw spheres at the vertices of the mesh.

Parameters:
radiusdict[int, float], optional

The radius of the spheres.

colortuple[int, int, int] | tuple[float, float, float] | 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.