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 the type of tick marks to display. |
|
Get a value indicating whether the specified type can be used. |
Opt whether to display tick marks. |
|
Get the type of tick marks to display. |
|
Return an array of valid choices. |
|
Get the tick mark data. |
Import detail#
from ansys.stk.core.stkobjects import VehicleGraphics3DPathTickMarks
Property detail#
- 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.