InscribedTurn
Specify whether the aircraft will perform an inscribed turn.
Related Commands
- MissionModeler Procedure (Basic Point to Point) SetValue
- MissionModeler Procedure (Enroute) SetValue
- MissionModeler Procedure (Terrain Following) SetValue
Syntax
MissionModeler <AircraftObjPath> Procedure <Index> SetValue InscribedTurn {True | False}
Description
This attribute is valid for Basic Point to Point, Enroute and Terrain Following procedure types.
Specify whether the aircraft will perform an inscribed turn, placing it on a heading to the first control point of the next procedure at a point no further than half of the distance to that waypoint.
<Index> | Enter the index of the procedure being modified. |
{True | False} | Enter True to indicate the aircraft will perform an inscribed turn. |
Examples
MissionModeler */Aircraft/Aircraft1 Procedure 2 SetValue InscribedTurn true