pyvista.examples.planets.load_saturn_rings

pyvista.examples.planets.load_saturn_rings#

load_saturn_rings(inner=0.25, outer=0.5, c_res=6)[ソース]#

土星の輪を読み込みます.

引数は pyvista.Disc() に渡されます.

パラメータ:
innerfloat, optional

内側の半径.

outerfloat, optional

外側の半径.

c_resint, optional

円周方向の点の数.

戻り値:
pyvista.PolyData

土星の輪のテクスチャデータセット

>>> import pyvista as pv
>>> from pyvista import examples
>>> mesh = examples.planets.load_saturn_rings()
>>> texture = examples.planets.download_saturn_rings(texture=True)
>>> image_path = examples.planets.download_stars_sky_background(load=False)
>>> mesh.plot(texture=texture, background=image_path)
../../../_images/pyvista-examples-planets-load_saturn_rings-1_00_00.png

参考

download_saturn_rings()

土星の輪のテクスチャをダウンロードできます.

load_saturn()

惑星土星をテクスチャ付きの球体として読み込みます.

download_saturn_surface()

Download the surface of Saturn.

3D地球と天体

Example plot of the solar system.