MeshObject.draw_spheres
- MeshObject.draw_spheres(radius, color=None, collection=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.
- collectionstr, optional
The name of the Blender scene collection containing the created object(s).
- Returns:
- list[bpy.types.Object]