PlanetGraphics3D#
- class ansys.stk.core.stkobjects.PlanetGraphics3D#
Class defining 3D Graphics properties of a Planet.
Overview#
Specify whether planet properties set for 2D Graphics are used in the 3D Graphics window. |
|
Display the position of the planet as a point. |
|
Display the location at which the planet is overhead on the globe. |
|
Display a label at the inertial position of the planet. |
|
Display a label on the globe at the location at which the planet is overhead. |
|
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.