load_saturn_rings

load_saturn_rings#

load_saturn_rings(inner=0.25, outer=0.5, c_res=6)[source]#

Load the planet Saturn’s rings.

Deprecated since version 0.49.0: Use load_planet_rings() instead. load_saturn_rings will be removed in v0.52.

Arguments are passed on to pyvista.Disc().

Parameters:
innerfloat, optional

The inner radius.

outerfloat, optional

The outer radius.

c_resint, optional

The number of points in the circumferential direction.

Returns:
pyvista.PolyData

Dataset with texture for Saturn’s rings.

See also

download_saturn_rings()

Download the texture of Saturn’s rings.

load_planet_rings()

Load planetary rings as a textured disc.

load_planet()

Load a planet as a sphere with texture coordinates.

download_saturn_surface()

Download the surface of Saturn.

3D Earth and Celestial Bodies

Example plot of the solar system.