Click or drag to resize

ConstantHeightProfile Constructor (Double, Double, Double, Double, RouteHeightReference)

Create a new instance with the given speed and height. With this constructor, the speed and height can be adjusted by the route (the AllowVariationInSpeed and AllowVariationInHeight properties return true).

Namespace:  AGI.Foundation.RouteDesign
Assembly:  AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ConstantHeightProfile(
	double speed,
	double maxAcceleration,
	double maxDeceleration,
	double height,
	RouteHeightReference heightReference
)

Parameters

speed
Type: SystemDouble
The target total speed at which to travel along the surface path.
maxAcceleration
Type: SystemDouble
The maximum acceleration to use over the course of the profile.
maxDeceleration
Type: SystemDouble
The maximum deceleration to use over the course of the profile.
height
Type: SystemDouble
The constant height above the reference surface of the surface path.
heightReference
Type: AGI.Foundation.RouteDesignRouteHeightReference
The reference surface above which the profile is defined.
See Also