TakeoffProcedure Properties |
The TakeoffProcedure type exposes the following members.
Name | Description | |
---|---|---|
ClimbAngle |
Gets or sets the angle at which to climb during takeoff, in radians.
This will override the AscentSpeed.
| |
Dynamics |
Gets or sets the parameters to use to define the acceleration and pitch rates during takeoff.
| |
FinalHeightAboveRunway |
Gets or sets the final height above the runway at which to level off, in meters.
The runway height is specified by the height of the RunwayStartPosition above
the RunwayReferenceSurface (at the takeoff position).
| |
InitialHeightAboveRunway |
Gets or sets the initial height offset above the runway, in meters.
The runway height is specified by the height of the RunwayStartPosition above
the RunwayReferenceSurface (at the initial position).
| |
InitialSpeed |
Gets or sets the speed at which the platform is moving at the start of the runway, in meters per second.
| |
IsFrozen |
Gets a value indicating whether this object is frozen. A frozen object cannot be modified and an
ObjectFrozenException will be thrown if an attempt is made to do so.
(Inherited from DefinitionalObject.) | |
RollDistance |
Gets or sets the distance required to go from the initial speed to the takeoff speed, in meters.
| |
RunwayHeading |
Gets or sets the heading of the runway with respect to north, in radians.
| |
RunwayReferenceSurface |
Gets or sets the terrain reference surface for the runway. The runway is positioned
at a constant offset from the terrain according to the height of the RunwayStartPosition,
and the height of the platform is positioned above that runway height by an offset defined by
InitialHeightAboveRunway.
| |
RunwayStartPosition |
Gets or sets the position of the start of the runway. The Height of
the position represents an additional offset for the runway above the terrain surface, in meters.
| |
TakeoffSpeed |
Gets or sets the speed after the specified RollDistance at which the platform
begins to takeoff, in meters per second.
| |
TurningRadiusAfterTakeoff |
Gets or sets the horizontal turning radius at which to turn when approaching the glide
plane for landing, in meters.
| |
TurningRadiusBeforeTakeoff |
Gets or sets the final turning radius at which to turn toward the next procedure after landing, in meters.
By default, this is one meter.
|