Click or drag to resize

ProfileRouteConnection Constructor (Ellipsoid, RouteProfile)

Create a new instance based on the given profile. By default this will connect procedures using a constant heading.

Namespace:  AGI.Foundation.RouteDesign
Assembly:  AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ProfileRouteConnection(
	Ellipsoid referenceSurface,
	RouteProfile connectionProfile
)

Parameters

referenceSurface
Type: AGI.Foundation.Geometry.ShapesEllipsoid
The shape of the surface over which to define the connection.
connectionProfile
Type: AGI.Foundation.RouteDesignRouteProfile
The profile defining the height and speed along the connection.
See Also