VehicleWaypointsElement#
- class ansys.stk.core.stkobjects.VehicleWaypointsElement#
Class defining a waypoint for a Great Arc vehicle.
Overview#
Latitude of the waypoint. Uses Angle Dimension. |
|
Longitude of the waypoint. Uses Angle Dimension. |
|
Altitude of the waypoint. Changes in altitude take effect linearly between two waypoints. Uses Distance Dimension. |
|
Velocity of the vehicle from the current waypoint to the next. A change in velocity occurs immediately at the waypoint. Uses Rate Dimension. |
|
Rate of increase (if positive) or decrease (if negative) in the velocity of the vehicle. Uses Acceleration Dimension. |
|
Time at which the vehicle is at the waypoint. Uses DateFormat Dimension. |
|
Curvature of the arc between the current waypoint and the next waypoint. A smaller turn radius produces a sharper curve in the arc. Uses Distance Dimension. |
Import detail#
from ansys.stk.core.stkobjects import VehicleWaypointsElement
Property detail#
- property VehicleWaypointsElement.altitude: float#
Altitude of the waypoint. Changes in altitude take effect linearly between two waypoints. Uses Distance Dimension.
- property VehicleWaypointsElement.speed: float#
Velocity of the vehicle from the current waypoint to the next. A change in velocity occurs immediately at the waypoint. Uses Rate Dimension.
- property VehicleWaypointsElement.acceleration: float#
Rate of increase (if positive) or decrease (if negative) in the velocity of the vehicle. Uses Acceleration Dimension.