TerrainAvoidanceProfile Properties |
The TerrainAvoidanceProfile type exposes the following members.
Name | Description | |
---|---|---|
AllowModificationOfFinalHeight |
Gets or sets a value indicating whether the profile can update the final height
in the course of configuring itself in relation to the surrounding profiles.
| |
AllowModificationOfInitialHeight |
Gets or sets a value indicating whether the profile can update the initial height
in the course of configuring itself in relation to the surrounding profiles.
| |
Dynamics |
Gets or sets the set of parameters specifying the achievable accelerations during the profile.
| |
FinalHeightAboveTerrain |
Gets or sets the final height above the terrain, in meters.
| |
InitialHeightAboveTerrain |
Gets or sets the initial height above the terrain, in meters.
| |
MinimumHeightAboveTerrain |
Gets or sets the minimum height at which to traverse above the terrain, in meters.
| |
SamplingDistance |
Gets or sets the rate at which to sample the terrain, in meters.
A smaller sampling distance will result in fewer violations of the minimum height. Whereas, a larger
sampling distance will be faster. The sampling distance should reflect how quickly the terrain height
is changing over the surface region in which the corresponding procedure occurs.
| |
Speed |
Gets or sets the speed at which to traverse over the terrain.
| |
Terrain |
Gets or sets the terrain over which to traverse.
|