PlanetGraphics3D#

class ansys.stk.core.stkobjects.PlanetGraphics3D#

Class defining 3D Graphics properties of a Planet.

Overview#

inherit_from_2d_graphics_2d

Specify whether planet properties set for 2D Graphics are used in the 3D Graphics window.

show_inertial_position

Display the position of the planet as a point.

show_sub_planet_point

Display the location at which the planet is overhead on the globe.

show_position_label

Display a label at the inertial position of the planet.

show_sub_planet_label

Display a label on the globe at the location at which the planet is overhead.

show_orbit

Display the planet’s orbit around its parent object in the 3D graphics window as defined in 2D Graphics for that planet. For instance, the Moon orbits around the Sun.

Import detail#

from ansys.stk.core.stkobjects import PlanetGraphics3D

Property detail#

property PlanetGraphics3D.inherit_from_2d_graphics_2d: bool#

Specify whether planet properties set for 2D Graphics are used in the 3D Graphics window.

property PlanetGraphics3D.show_inertial_position: bool#

Display the position of the planet as a point.

property PlanetGraphics3D.show_sub_planet_point: bool#

Display the location at which the planet is overhead on the globe.

property PlanetGraphics3D.show_position_label: bool#

Display a label at the inertial position of the planet.

property PlanetGraphics3D.show_sub_planet_label: bool#

Display a label on the globe at the location at which the planet is overhead.

property PlanetGraphics3D.show_orbit: bool#

Display the planet’s orbit around its parent object in the 3D graphics window as defined in 2D Graphics for that planet. For instance, the Moon orbits around the Sun.