DefaultConnectionBehavior Properties |
The DefaultConnectionBehavior type exposes the following members.
Name | Description | |
---|---|---|
Dynamics |
Gets or sets the dynamical characteristics of the position traversing the route.
| |
IsFrozen |
Gets a value indicating whether this object is frozen. A frozen object cannot be modified and an
ObjectFrozenException will be thrown if an attempt is made to do so.
(Inherited from DefinitionalObject.) | |
KindOfProfile |
Gets or sets an enumeration indicating what type of connection to use:
following terrain, flying above terrain, or simply moving in a straight line
between procedures. By default, this will ignore terrain and connect with
a straight line.
| |
KindOfSurfaceConnection |
Gets or sets the behavior to use to connect the surface procedures.
By default the connections will follow a constant heading between procedures.
| |
MinimumHeightAboveTerrain |
Gets or sets the minimum height above the terrain. This is ignored
if ignoring terrain altogether. In the case of following terrain, this is
the constant offset above the terrain to use when moving along the terrain surface.
For terrain avoidance, this is the minimum distance above which to create the route.
| |
Speed |
Gets or sets the target cruise speed to use when traversing the connection.
In order for the connection to target this speed, UseDirectTransition
must be set to false.
| |
SurfaceShape |
Gets or sets the shape of the surface upon which the surface geometry of the route is defined.
| |
TerrainSamplingDistance |
Gets or sets the sampling distance used for the terrain avoidance algorithm. A
larger sampling distance will be faster but result in a higher chance that the route
will go below the MinimumHeightAboveTerrain in between samples.
| |
TerrainSurface |
Gets or sets the terrain surface that must be set if the
KindOfProfile is either FollowTerrain
or AvoidTerrain.
| |
UseDirectTransition |
Gets or sets a value indicating whether to connect directly between the initial and final
conditions or whether to try to cruise using a constant height and speed if possible.
By default, the default behavior is to connect directly.
|