Click or drag to resize

TakeoffProcedure Constructor (Cartographic, Double, Double, ProfileDynamics, Double, Double, Double, Double, Double)

Create a takeoff procedure based on the given parameters with respect to the surface of the Earth. If MeanSeaLevel is available on the definition of Earth in the CalculationContext, the specified heights will be with respect to sea level.

Namespace:  AGI.Foundation.RouteDesign
Assembly:  AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public TakeoffProcedure(
	Cartographic runwayStartPosition,
	double runwayHeading,
	double rollDistance,
	ProfileDynamics takeoffDynamics,
	double startHeightAboveRunway,
	double stopHeightAboveRunway,
	double startSpeed,
	double takeoffSpeed,
	double turningRadius
)

Parameters

runwayStartPosition
Type: AGI.Foundation.Coordinates.Cartographic
The start position of the runway, including the height of the runway above the terrain surface.
runwayHeading
Type: System.Double
The heading of the runway with respect to north, in radians.
rollDistance
Type: System.Double
The distance along the runway that the platform needs to reach the final speed, in meters.
takeoffDynamics
Type: AGI.Foundation.RouteDesign.ProfileDynamics
The platform dynamics specifying the push over and pitch up accelerations as well as the climb angle based on the vertical ascent and horizontal takeoff speed.
startHeightAboveRunway
Type: System.Double
The height above the runway at which to takeoff, in meters.
stopHeightAboveRunway
Type: System.Double
The height above the runway at which to level off, in meters.
startSpeed
Type: System.Double
The initial speed at which the platform moves along the runway before accelerating to the takeoffSpeed, in meters per second.
takeoffSpeed
Type: System.Double
The speed at the end of the rollDistance at which the platform takes off, in meters per second.
turningRadius
Type: System.Double
The horizontal radius at which to turn toward the next procedure, in meters.
See Also