Click or drag to resize

TakeoffProcedure Properties

The TakeoffProcedure type exposes the following members.

Properties
  NameDescription
Public propertyClimbAngle
Gets or sets the angle at which to climb during takeoff, in radians. This will override the AscentSpeed.
Public propertyDynamics
Gets or sets the parameters to use to define the acceleration and pitch rates during takeoff.
Public propertyFinalHeightAboveRunway
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).
Public propertyInitialHeightAboveRunway
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).
Public propertyInitialSpeed
Gets or sets the speed at which the platform is moving at the start of the runway, in meters per second.
Public propertyIsFrozen
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.)
Public propertyRollDistance
Gets or sets the distance required to go from the initial speed to the takeoff speed, in meters.
Public propertyRunwayHeading
Gets or sets the heading of the runway with respect to north, in radians.
Public propertyRunwayReferenceSurface
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.
Public propertyRunwayStartPosition
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.
Public propertyTakeoffSpeed
Gets or sets the speed after the specified RollDistance at which the platform begins to takeoff, in meters per second.
Public propertyTurningRadiusAfterTakeoff
Gets or sets the horizontal turning radius at which to turn when approaching the glide plane for landing, in meters.
Public propertyTurningRadiusBeforeTakeoff
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.
Top
See Also