Click or drag to resize

FollowPathProcedure Constructor (TerrainProvider, IList<Cartographic>, Double, Double, Double)

Create a new instance based on the given set of vertices with respect to the terrain surface.

Namespace:  AGI.Foundation.RouteDesign
Assembly:  AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public FollowPathProcedure(
	TerrainProvider terrainSurface,
	IList<Cartographic> vertices,
	double turningRadius,
	double speed,
	double height
)

Parameters

terrainSurface
Type: AGI.Foundation.Terrain.TerrainProvider
The terrain provider that defines the reference surface for the vehicle.
vertices
Type: System.Collections.Generic.IList<Cartographic>
The vertices defining a path along the surface.
turningRadius
Type: System.Double
The turning radius to use when turning from one segment to the next, in meters.
speed
Type: System.Double
The target speed of the platform along the path, in meters per second.
height
Type: System.Double
The height of the platform with respect to the terrain, in meters.
See Also