TerrainAvoidanceProfileConfigurationData Enumeration |
Namespace:
AGI.Foundation.RouteDesign
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public enum ConfigurationData
Public Enumeration ConfigurationData
public enum class ConfigurationData
Members
| Member name | Description |
---|
| Successful |
Configuration was successful.
|
| Unknown |
There was an unknown error during configuration.
|
| InsufficientSpaceToSatisfyProfileConditions |
There was insufficient space to satisfy the specified conditions of the profile.
This usually indicates that there is a problem making it impossible to avoid the terrain.
|
| HeightBelowMinimumOnBoundary |
The boundary conditions of the profile were such that maintaining the minimum
height above the terrain was impossible. Check to ensure that the initial and final
heights are above terrain and that surrounding profiles were not fixed with heights
below the terrain.
|
| HeightBelowMinimum |
The height of the profile was above terrain at the boundaries, but the interior had
problems avoiding the terrain. This can occur when there are extremely sharp peaks
or if the pitch rates are sufficiently large as to make avoiding terrain surfaces impossible.
|
See Also