Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public ConstantHeightSegment(
	SurfaceSegment surfacePath,
	double initialHorizontalSpeed,
	double finalHorizontalSpeed,
	double height,
	TerrainProvider heightReference
)

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