ConstantHeightProfile Properties |
The ConstantHeightProfile type exposes the following members.
Name | Description | |
---|---|---|
AllowVariationInHeight |
Gets or sets a value indicating whether to allow any variation in the height of the profile or whether
to maintain a constant height. By default, this value is true to allow the height to be
adjusted as necessary by surrounding profiles.
| |
AllowVariationInSpeed |
Gets or sets a value indicating whether to allow any variation in speed along the profile or whether
to maintain a constant speed. By default, this value is false to maintain constant speed.
| |
Height |
Gets or sets the constant target height above the reference surface of the surface path, in meters.
If AllowVariationInHeight is set to true, the RoutePropagator will
try to match the height as closely as possible, but will allow changes if necessary.
| |
HeightReferenceSurface |
Gets or sets the reference surface above which the height is defined.
| |
Speed |
Gets or sets the target speed along the path, in meters per second.
If AllowVariationInSpeed is set to true, the RoutePropagator will
try to match the speed as closely as possible, but will allow changes if necessary.
| |
ThrustAcceleration |
Gets or sets the value of the acceleration to use when increasing the speed, in meters per second squared.
| |
ThrustDeceleration |
Gets or sets the value of the acceleration to use when decreasing the speed, in meters per second squared.
|