Click or drag to resize

AxesAlongTerrain Constructor (Point, TerrainProvider)

Create a new instance based on the given point and terrain provider.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public AxesAlongTerrain(
	Point referencePoint,
	TerrainProvider terrain
)

Parameters

referencePoint
Type: AGI.Foundation.GeometryPoint
The point specifying the motion over the terrain.
terrain
Type: AGI.Foundation.TerrainTerrainProvider
The terrain surface over which to traverse.
See Also