Click or drag to resize

RacetrackHoldProcedure Constructor (Ellipsoid, Cartographic, Double, Double, 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 center,
	double headingAlongTrack,
	double lengthBetweenTurns,
	double turnRadius,
	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.
center
Type: AGI.Foundation.CoordinatesCartographic
The center of the racetrack hold.
headingAlongTrack
Type: SystemDouble
The heading along straight segment.
lengthBetweenTurns
Type: SystemDouble
The length of the straight segment or the distance between the centers of the two circular turns.
turnRadius
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