ConstantHeightSegment Constructor (SurfaceSegment, 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.3.420.0 (24.3.420.0)
Syntaxpublic ConstantHeightSegment(
SurfaceSegment surfacePath,
double surfaceSpeed,
double height,
TerrainProvider heightReference
)
Public Sub New (
surfacePath As SurfaceSegment,
surfaceSpeed As Double,
height As Double,
heightReference As TerrainProvider
)
public:
ConstantHeightSegment(
SurfaceSegment^ surfacePath,
double surfaceSpeed,
double height,
TerrainProvider^ heightReference
)
new :
surfacePath : SurfaceSegment *
surfaceSpeed : float *
height : float *
heightReference : TerrainProvider -> ConstantHeightSegment
Parameters
- surfacePath
- Type: AGI.Foundation.RouteDesign.Advanced.SurfaceSegment
The surface path over which to define the profile. - surfaceSpeed
- Type: System.Double
The speed at which to move along the path, in meters per second. - height
- Type: System.Double
The height above the heightReference, in meters. - heightReference
- Type: AGI.Foundation.Terrain.TerrainProvider
The reference surface with respect to which the constant height is defined.
See Also