Click or drag to resize

SimpleRouteProcedure.SetProfileFromHeightAboveTerrain 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.3.420.0 (24.3.420.0)
Syntax
public void SetProfileFromHeightAboveTerrain(
	double speed,
	double height,
	TerrainProvider terrain
)

Parameters

speed
Type: System.Double
The speed at which to traverse over the surface path.
height
Type: System.Double
The constant height above the terrain.
terrain
Type: AGI.Foundation.Terrain.TerrainProvider
The terrain surface.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when terrain is null.
See Also