Click or drag to resize

StandardTransitionProfileSegment Properties

The StandardTransitionProfileSegment type exposes the following members.

Properties
  NameDescription
Public propertyFinalAngle
Gets the final flight path angle with respect to the reference surface, in radians.
Public propertyFinalDuration
Gets the time it takes for the segment to transition from the inclined slope to the final conditions.
Public propertyFinalHeight
Gets the final height above the reference surface, in meters.
Public propertyFinalHeightRate
Gets the final vertical velocity, in meters per second.
Public propertyFinalSurfaceSpeed
Gets the value for the horizontal surface speed at the start of the profile, in meters per second.
Public propertyInitialAngle
Gets the initial flight path angle with respect to the reference surface, in radians.
Public propertyInitialDuration
Gets the time it takes for the segment to transition from the initial conditions to the inclined slope.
Public propertyInitialHeight
Gets the initial height above the reference surface, in meters.
Public propertyInitialHeightRate
Gets the initial vertical velocity, in meters per second.
Public propertyInitialSurfaceSpeed
Gets the value for the horizontal surface speed at the start of the profile, in meters per second.
Public propertyIntermediateAccelerationAlongSlope
Gets the total acceleration along the climb or descent plane measured positive along the direction of motion, in meters per second squared.
Public propertyIntermediateDuration
Gets the time it takes for the segment to transition along the inclined slope while ascending or descending.
Public propertyIntermediateHorizontalAcceleration
Gets the horizontal acceleration during the climb or descent measured positive along the direction of motion, in meters per second squared.
Public propertyIntermediateHorizontalRate
Gets the horizontal velocity during the climb or descent, in meters per second.
Public propertyIntermediateInclineAngle
Gets the intermediate flight path angle with respect to the corresponding reference surface, in radians.
Public propertyIntermediateVerticalAcceleration
Gets the vertical acceleration during the climb or descent measured positive along the direction of motion, in meters per second squared.
Public propertyIntermediateVerticalRate
Gets the vertical velocity during the climb or descent, in meters per second.
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 propertyMaximumIntermediateVerticalRate
Gets the maximum rate of change of the height, in meters per second, when transitioning from one height to the next. If the IntermediateVerticalAcceleration is zero, then this is the same as the IntermediateVerticalRate. Otherwise, the value depends on the acceleration and whether the segment is accelerating or decelerating.
Public propertyTotalDistance
Gets the total horizontal distance traverse by the profile segment, in meters.
Public propertyTotalDuration
Gets the total time it takes for the segment to complete the transition from the initial conditions through an ascent or descent maneuver and then to connect with the final conditions.
Public propertyTotalTime
Gets the total time elapsed over the course of this segment.
(Overrides ProfileSegmentTotalTime.)
Top
See Also