VehicleGraphics2DLighting#

class ansys.stk.core.stkobjects.VehicleGraphics2DLighting#

Lighting.

Overview#

penumbra

Get the display options for regions of penumbra.

show_penumbra_umbra_divider

Opt whether to show the dividing line between regions of penumbra and umbra at the current altitude of the vehicle.

show_solar_specular_reflection_point

Opt whether to draw the solar specular reflection point on the surface of the globe as a white ‘*’.

show_sunlight_penumbra_divider

Opt whether to show the dividing line between regions of sunlight and penumbra at the current altitude of the vehicle.

sunlight

Get the display options for regions of sunlight.

umbra

Get the display options for regions of umbra.

Import detail#

from ansys.stk.core.stkobjects import VehicleGraphics2DLighting

Property detail#

property VehicleGraphics2DLighting.penumbra: VehicleGraphics2DLightingElement#

Get the display options for regions of penumbra.

property VehicleGraphics2DLighting.show_penumbra_umbra_divider: bool#

Opt whether to show the dividing line between regions of penumbra and umbra at the current altitude of the vehicle.

property VehicleGraphics2DLighting.show_solar_specular_reflection_point: bool#

Opt whether to draw the solar specular reflection point on the surface of the globe as a white ‘*’.

property VehicleGraphics2DLighting.show_sunlight_penumbra_divider: bool#

Opt whether to show the dividing line between regions of sunlight and penumbra at the current altitude of the vehicle.

property VehicleGraphics2DLighting.sunlight: VehicleGraphics2DLightingElement#

Get the display options for regions of sunlight.

property VehicleGraphics2DLighting.umbra: VehicleGraphics2DLightingElement#

Get the display options for regions of umbra.