Click or drag to resize

ScalarRouteHeight Constructor (PropagatedRoute, TerrainProvider)

Create a new instance based on the given route and height reference.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ScalarRouteHeight(
	PropagatedRoute route,
	TerrainProvider heightReference
)

Parameters

route
Type: AGI.Foundation.RouteDesignPropagatedRoute
The propagated route from which to obtain the height.
heightReference
Type: AGI.Foundation.TerrainTerrainProvider
The reference surface above which the scalar height is defined.
See Also