VehicleGraphics2DLighting#

class ansys.stk.core.stkobjects.VehicleGraphics2DLighting#

Lighting.

Overview#

sunlight

Get the display options for regions of sunlight.

penumbra

Get the display options for regions of penumbra.

umbra

Get the display options for regions of umbra.

show_sunlight_penumbra_divider

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

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 ‘*’.

Import detail#

from ansys.stk.core.stkobjects import VehicleGraphics2DLighting

Property detail#

property VehicleGraphics2DLighting.sunlight: VehicleGraphics2DLightingElement#

Get the display options for regions of sunlight.

property VehicleGraphics2DLighting.penumbra: VehicleGraphics2DLightingElement#

Get the display options for regions of penumbra.

property VehicleGraphics2DLighting.umbra: VehicleGraphics2DLightingElement#

Get the display options for regions of umbra.

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.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 ‘*’.