Click or drag to resize

SurfaceCurveProcedure Constructor (EllipsoidSurfaceCurve, Double, RouteProfile)

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,
	RouteProfile profile
)

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.
profile
Type: AGI.Foundation.RouteDesignRouteProfile
The profile that defines the vertical and time dynamic geometry along the procedure.
See Also