VehicleGraphics3DDropLinePositionItem#

class ansys.stk.core.stkobjects.VehicleGraphics3DDropLinePositionItem#

Drop lines from the vehicle’s current position.

Overview#

color

Get or set the color of the drop line (if the 2D graphics color is not used).

line_style

Get or set the line style of the drop line.

line_width

Get or set the line width of the drop line.

show_graphics

Opt whether to display the drop line.

type

Get the option for where to end the drop line.

use_2d_color

Opt whether to use the color in the vehicle’s 2D attributes for the drop line.

Import detail#

from ansys.stk.core.stkobjects import VehicleGraphics3DDropLinePositionItem

Property detail#

property VehicleGraphics3DDropLinePositionItem.color: Color#

Get or set the color of the drop line (if the 2D graphics color is not used).

property VehicleGraphics3DDropLinePositionItem.line_style: LineStyle#

Get or set the line style of the drop line.

property VehicleGraphics3DDropLinePositionItem.line_width: LineWidth#

Get or set the line width of the drop line.

property VehicleGraphics3DDropLinePositionItem.show_graphics: bool#

Opt whether to display the drop line.

property VehicleGraphics3DDropLinePositionItem.type: VehicleGraphics3DDropLineType#

Get the option for where to end the drop line.

property VehicleGraphics3DDropLinePositionItem.use_2d_color: bool#

Opt whether to use the color in the vehicle’s 2D attributes for the drop line.