Click or drag to resize

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

Parameters

surfacePath
Type: AGI.Foundation.RouteDesign.AdvancedSurfaceSegment
The surface path over which to define the profile.
surfaceSpeed
Type: SystemDouble
The speed at which to move 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