ConstantHeightSegment Constructor (SurfaceSegment, Double, Double, Double, TerrainProvider) |
Create a new instance based on the given surface path, speed, and height.
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 ConstantHeightSegment(
SurfaceSegment surfacePath,
double initialHorizontalSpeed,
double finalHorizontalSpeed,
double height,
TerrainProvider heightReference
)
Public Sub New (
surfacePath As SurfaceSegment,
initialHorizontalSpeed As Double,
finalHorizontalSpeed As Double,
height As Double,
heightReference As TerrainProvider
)
public:
ConstantHeightSegment(
SurfaceSegment^ surfacePath,
double initialHorizontalSpeed,
double finalHorizontalSpeed,
double height,
TerrainProvider^ heightReference
)
new :
surfacePath : SurfaceSegment *
initialHorizontalSpeed : float *
finalHorizontalSpeed : float *
height : float *
heightReference : TerrainProvider -> ConstantHeightSegment
Parameters
- surfacePath
- Type: AGI.Foundation.RouteDesign.AdvancedSurfaceSegment
The surface path over which to define the profile. - initialHorizontalSpeed
- Type: SystemDouble
The initial speed along the path, in meters per second. - finalHorizontalSpeed
- Type: SystemDouble
The final speed along the path, in meters per second. - height
- Type: SystemDouble
The height above the heightReference, in meters. - heightReference
- Type: AGI.Foundation.TerrainTerrainProvider
The reference surface with respect to which the constant height is defined.
See Also