VehicleGraphics2DLightingElement#

class ansys.stk.core.stkobjects.VehicleGraphics2DLightingElement#

Lighting condition properties.

Overview#

color

Get or set the color of the line that will mark the region representing the selected lighting condition.

line_style

Get or set the type of line that will mark the region representing the selected lighting condition.

line_width

Get or set the width of the line that will mark the region representing the selected lighting condition.

marker_style

Get or set the object marker while the vehicle is within a particular region representing the selected lighting condition.

visible

Opt whether to display the orbit and/or ground track in the color assigned to the specified lighting condition.

Import detail#

from ansys.stk.core.stkobjects import VehicleGraphics2DLightingElement

Property detail#

property VehicleGraphics2DLightingElement.color: Color#

Get or set the color of the line that will mark the region representing the selected lighting condition.

property VehicleGraphics2DLightingElement.line_style: LineStyle#

Get or set the type of line that will mark the region representing the selected lighting condition.

property VehicleGraphics2DLightingElement.line_width: LineWidth#

Get or set the width of the line that will mark the region representing the selected lighting condition.

property VehicleGraphics2DLightingElement.marker_style: str#

Get or set the object marker while the vehicle is within a particular region representing the selected lighting condition.

property VehicleGraphics2DLightingElement.visible: bool#

Opt whether to display the orbit and/or ground track in the color assigned to the specified lighting condition.