Basic usage and examples
Modules - API
Indices
Sphere shape.
Covenience function that displays a sphere with given center and radius.
center (array_like, shape (3, )) – Sphere center.
radius (float) – Sphere radius.
opacity (float, optional) – Opacity value.
resolution (int, optional) – Angle discretization.
color (array_like, shape (3, ), optional) – RGB color triplet.
The corresponding polygonal shape representation.
PolyData