ConstantHeightProfile Constructor (Double, Double, Double, Double, RouteHeightReference) |
Namespace:
AGI.Foundation.RouteDesign
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ConstantHeightProfile(
double speed,
double maxAcceleration,
double maxDeceleration,
double height,
RouteHeightReference heightReference
)
Public Sub New (
speed As Double,
maxAcceleration As Double,
maxDeceleration As Double,
height As Double,
heightReference As RouteHeightReference
)
public:
ConstantHeightProfile(
double speed,
double maxAcceleration,
double maxDeceleration,
double height,
RouteHeightReference heightReference
)
new :
speed : float *
maxAcceleration : float *
maxDeceleration : float *
height : float *
heightReference : RouteHeightReference -> ConstantHeightProfile
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