ConstellationGraphics#

class ansys.stk.core.stkobjects.ConstellationGraphics#

2D Graphics properties of the STK Constellation.

Overview#

hide_graphics

Remove the graphics for all objects within the constellation from the 2D Graphics window.

restore_graphics

Restore the graphics for all objects within the constellation in the 2D Graphics window.

Import detail#

from ansys.stk.core.stkobjects import ConstellationGraphics

Method detail#

ConstellationGraphics.hide_graphics(self) None#

Remove the graphics for all objects within the constellation from the 2D Graphics window.

Returns:

None

ConstellationGraphics.restore_graphics(self) None#

Restore the graphics for all objects within the constellation in the 2D Graphics window.

Returns:

None