Click or drag to resize

HeightTransitionProcedure Properties

The HeightTransitionProcedure type exposes the following members.

Properties
  NameDescription
Public propertyAllowModificationOfFinalHeight
Gets or sets a value indicating whether to allow the following connection to update the FinalHeight if there was a problem with the next profile.
Public propertyAllowModificationOfInitialHeight
Gets or sets a value indicating whether to allow the previous connection to update the InitialHeight if there was a problem with the previous profile.
Public propertyDynamics
Gets or sets the set of parameters specifying the achievable accelerations during the profile.
Public propertyFinalHeight
Gets or sets the final target height above the HeightReferenceSurface, in meters.
Public propertyHeightReferenceSurface
Gets or sets the reference surface above which the profile height is defined.
Public propertyInitialHeight
Gets or sets the initial target height above the HeightReferenceSurface, in meters.
Public propertyIsFrozen
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.)
Public propertySpeed
Gets or sets the target speed at which to transition between heights.
Public propertyTurningRadius
Gets or sets the radius at which to turn during the spiral transition from the InitialHeight to the FinalHeight, in meters.
Public propertyWaypoint
Gets or sets the waypoint at which to make the transition. This is the point at which the procedure will leave after transitioning to the FinalHeight.
Top
See Also