Click or drag to resize

ProfileRouteConnection Constructor (Ellipsoid, RouteProfile, KindOfSurfaceConnection)

Create a new instance based on the given profile and reference surface.

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,
	KindOfSurfaceConnection kindOfConnection
)

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.
kindOfConnection
Type: AGI.Foundation.RouteDesignKindOfSurfaceConnection
The type of behavior to use when connecting the surface procedures.
See Also