Click or drag to resize

ConstantHeightProfile Properties

The ConstantHeightProfile type exposes the following members.

Properties
  NameDescription
Public propertyAllowVariationInHeight
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.
Public propertyAllowVariationInSpeed
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.
Public propertyHeight
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.
Public propertyHeightReferenceSurface
Gets or sets the reference surface above which the height is defined.
Public propertySpeed
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.
Public propertyThrustAcceleration
Gets or sets the value of the acceleration to use when increasing the speed, in meters per second squared.
Public propertyThrustDeceleration
Gets or sets the value of the acceleration to use when decreasing the speed, in meters per second squared.
Top
See Also