Click or drag to resize

RacetrackHoldProcedure Constructor (Ellipsoid, Cartographic, Cartographic, Double, Double, ClosedTurnDirection, Double, Double, RouteHeightReference)

Create a new instance based on the given parameters.

Namespace:  AGI.Foundation.RouteDesign
Assembly:  AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public RacetrackHoldProcedure(
	Ellipsoid surfaceShape,
	Cartographic centerOfTurnOne,
	Cartographic centerOfTurnTwo,
	double turningRadius,
	double minimumRevolutions,
	ClosedTurnDirection turnDirection,
	double speed,
	double height,
	RouteHeightReference heightReference
)

Parameters

surfaceShape
Type: AGI.Foundation.Geometry.ShapesEllipsoid
The reference surface over which to define the procedure.
centerOfTurnOne
Type: AGI.Foundation.CoordinatesCartographic
The center of the first circular turn.
centerOfTurnTwo
Type: AGI.Foundation.CoordinatesCartographic
The center of the second circular turn.
turningRadius
Type: SystemDouble
The turning radius used for all the turns, in meters.
minimumRevolutions
Type: SystemDouble
A scalar indicating the minimum number of times to make a complete revolution around the racetrack.
turnDirection
Type: AGI.Foundation.RouteDesignClosedTurnDirection
The turn direction to use for the racetrack turns.
speed
Type: SystemDouble
The speed at which to traverse the racetrack, in meters per second.
height
Type: SystemDouble
The height with respect to the heightReference, in meters.
heightReference
Type: AGI.Foundation.RouteDesignRouteHeightReference
An enumeration indicating which reference the height is defined with respect to.
See Also