Click or drag to resize

StandardTransitionProfileSegmentGetDegenerateSegment Method

Creates a segment which represents an instantaneous height and height rate for degenerate surface geometry.

Namespace:  AGI.Foundation.RouteDesign.Advanced
Assembly:  AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static StandardTransitionProfileSegment GetDegenerateSegment(
	double height,
	double heightRate,
	double horizontalSpeed,
	TerrainProvider heightReference
)

Parameters

height
Type: SystemDouble
The height, in meters.
heightRate
Type: SystemDouble
The rate of change of the height, in meters per second.
horizontalSpeed
Type: SystemDouble
The horizontal speed, in meters per second.
heightReference
Type: AGI.Foundation.TerrainTerrainProvider
The reference surface above which to define the height.

Return Value

Type: StandardTransitionProfileSegment
The requested degenerate segment.
See Also