StandardTransitionProfileSegment Properties |
The StandardTransitionProfileSegment type exposes the following members.
Name | Description | |
---|---|---|
FinalAngle |
Gets the final flight path angle with respect to the reference surface, in radians.
| |
FinalDuration |
Gets the time it takes for the segment to transition from the inclined slope
to the final conditions.
| |
FinalHeight |
Gets the final height above the reference surface, in meters.
| |
FinalHeightRate |
Gets the final vertical velocity, in meters per second.
| |
FinalSurfaceSpeed |
Gets the value for the horizontal surface speed at the start of the profile, in meters per second.
| |
InitialAngle |
Gets the initial flight path angle with respect to the reference surface, in radians.
| |
InitialDuration |
Gets the time it takes for the segment to transition from the initial conditions
to the inclined slope.
| |
InitialHeight |
Gets the initial height above the reference surface, in meters.
| |
InitialHeightRate |
Gets the initial vertical velocity, in meters per second.
| |
InitialSurfaceSpeed |
Gets the value for the horizontal surface speed at the start of the profile, in meters per second.
| |
IntermediateAccelerationAlongSlope |
Gets the total acceleration along the climb or descent plane measured positive
along the direction of motion, in meters per second squared.
| |
IntermediateDuration |
Gets the time it takes for the segment to transition along the inclined slope
while ascending or descending.
| |
IntermediateHorizontalAcceleration |
Gets the horizontal acceleration during the climb or descent measured positive
along the direction of motion, in meters per second squared.
| |
IntermediateHorizontalRate |
Gets the horizontal velocity during the climb or descent, in meters per second.
| |
IntermediateInclineAngle |
Gets the intermediate flight path angle with respect to the corresponding reference surface, in radians.
| |
IntermediateVerticalAcceleration |
Gets the vertical acceleration during the climb or descent measured positive
along the direction of motion, in meters per second squared.
| |
IntermediateVerticalRate |
Gets the vertical velocity during the climb or descent, in meters per second.
| |
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.) | |
MaximumIntermediateVerticalRate |
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.
| |
TotalDistance |
Gets the total horizontal distance traverse by the profile segment, in meters.
| |
TotalDuration |
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.
| |
TotalTime |
Gets the total time elapsed over the course of this segment.
(Overrides ProfileSegmentTotalTime.) |