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.2.419.0 (24.2.419.0)
Syntax public static StandardTransitionProfileSegment GetDegenerateSegment(
double height,
double heightRate,
double horizontalSpeed,
TerrainProvider heightReference
)
Public Shared Function GetDegenerateSegment (
height As Double,
heightRate As Double,
horizontalSpeed As Double,
heightReference As TerrainProvider
) As StandardTransitionProfileSegment
public:
static StandardTransitionProfileSegment^ GetDegenerateSegment(
double height,
double heightRate,
double horizontalSpeed,
TerrainProvider^ heightReference
)
static member GetDegenerateSegment :
height : float *
heightRate : float *
horizontalSpeed : float *
heightReference : TerrainProvider -> StandardTransitionProfileSegment
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:
StandardTransitionProfileSegmentThe requested degenerate segment.
See Also