Click or drag to resize

SimpleRouteProcedureSetProfileFromHeightAboveTerrain Method

Set the profile to a given constant height above the terrain surface moving at a constant speed with respect to the terrain's surface shape.

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 void SetProfileFromHeightAboveTerrain(
	double speed,
	double height,
	TerrainProvider terrain
)

Parameters

speed
Type: SystemDouble
The speed at which to traverse over the surface path.
height
Type: SystemDouble
The constant height above the terrain.
terrain
Type: AGI.Foundation.TerrainTerrainProvider
The terrain surface.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when terrain is .
See Also