StarGraphics3D#

class ansys.stk.core.stkobjects.StarGraphics3D#

Class defining 3D Graphics properties of a Star.

Overview#

show_inertial_position

Display the inertial position of the star, i.e. its position on the celestial sphere.

show_sub_star_point

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

inherit_from_2d_graphics_2d

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

show_position_label

Display a label on the globe at the inertial position of the star.

show_sub_star_label

Display a label at the location at which the star is overhead.

Import detail#

from ansys.stk.core.stkobjects import StarGraphics3D

Property detail#

property StarGraphics3D.show_inertial_position: bool#

Display the inertial position of the star, i.e. its position on the celestial sphere.

property StarGraphics3D.show_sub_star_point: bool#

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

property StarGraphics3D.inherit_from_2d_graphics_2d: bool#

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

property StarGraphics3D.show_position_label: bool#

Display a label on the globe at the inertial position of the star.

property StarGraphics3D.show_sub_star_label: bool#

Display a label at the location at which the star is overhead.