Click or drag to resize

SurfaceCurveProcedure Constructor (EllipsoidSurfaceCurve, Double, Double, Double, RouteHeightReference)

Create a new instance based on the given surface curve.

Namespace:  AGI.Foundation.RouteDesign
Assembly:  AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public SurfaceCurveProcedure(
	EllipsoidSurfaceCurve surfaceCurve,
	double turningRadius,
	double speed,
	double height,
	RouteHeightReference heightReference
)

Parameters

surfaceCurve
Type: AGI.Foundation.Geometry.ShapesEllipsoidSurfaceCurve
The surface curve to follow.
turningRadius
Type: SystemDouble
The turn radius to use when entering and exiting the curve.
speed
Type: SystemDouble
The speed to use when traversing along the curve.
height
Type: SystemDouble
The constant height above the heightReference.
heightReference
Type: AGI.Foundation.RouteDesignRouteHeightReference
An enumeration indicating which surface the height is defined with respect to.
See Also