VehicleGraphics3DPathTickMarks#

class ansys.stk.core.stkobjects.VehicleGraphics3DPathTickMarks#

Tick marks for 3D trajectory graphics. Tick marks represent milestones at specified intervals along the trajectory in the 3D window.

Overview#

set_tick_data_type

Set the type of tick marks to display.

is_tick_data_type_supported

Get a value indicating whether the specified type can be used.

show_graphics

Opt whether to display tick marks.

tick_data_type

Get the type of tick marks to display.

tick_data_supported_types

Return an array of valid choices.

tick_data

Get the tick mark data.

Import detail#

from ansys.stk.core.stkobjects import VehicleGraphics3DPathTickMarks

Property detail#

property VehicleGraphics3DPathTickMarks.show_graphics: bool#

Opt whether to display tick marks.

property VehicleGraphics3DPathTickMarks.tick_data_type: TickData#

Get the type of tick marks to display.

property VehicleGraphics3DPathTickMarks.tick_data_supported_types: list#

Return an array of valid choices.

property VehicleGraphics3DPathTickMarks.tick_data: IVehicleGraphics3DTickData#

Get the tick mark data.

Method detail#

VehicleGraphics3DPathTickMarks.set_tick_data_type(self, tick_data: TickData) None#

Set the type of tick marks to display.

Parameters:

tick_data : TickData

Returns:

None

VehicleGraphics3DPathTickMarks.is_tick_data_type_supported(self, tick_data: TickData) bool#

Get a value indicating whether the specified type can be used.

Parameters:

tick_data : TickData

Returns:

bool