VehicleGraphics3DDropLinePathItem#

class ansys.stk.core.stkobjects.VehicleGraphics3DDropLinePathItem#

Drop lines at intervals along the vehicle’s path.

Overview#

color

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

interval

Get or set the time interval between drop lines. Uses Time Dimension.

line_style

Get or set the line style of the drop line.

line_width

Get or set the width of the drop line from orbit.

show_graphics

Opt whether to display the drop lines.

type

Get the option for where to end the drop lines.

use_2d_color

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

Import detail#

from ansys.stk.core.stkobjects import VehicleGraphics3DDropLinePathItem

Property detail#

property VehicleGraphics3DDropLinePathItem.color: Color#

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

property VehicleGraphics3DDropLinePathItem.interval: float#

Get or set the time interval between drop lines. Uses Time Dimension.

property VehicleGraphics3DDropLinePathItem.line_style: LineStyle#

Get or set the line style of the drop line.

property VehicleGraphics3DDropLinePathItem.line_width: LineWidth#

Get or set the width of the drop line from orbit.

property VehicleGraphics3DDropLinePathItem.show_graphics: bool#

Opt whether to display the drop lines.

property VehicleGraphics3DDropLinePathItem.type: VehicleGraphics3DDropLineType#

Get the option for where to end the drop lines.

property VehicleGraphics3DDropLinePathItem.use_2d_color: bool#

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