Click or drag to resize

AxesFromBankAngle Properties

The AxesFromBankAngle type exposes the following members.

Properties
  NameDescription
Public propertyCentralBody
Gets or sets the CentralBody with respect to which these Axes are defined.
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 propertyMaximumRollRate
Gets or sets the maximum roll rate to allow during the trajectory before throwing an exception. By default, the value is positive infinity, indicating that the axes will violate the TargetRollRate if there are several SpecialTimes in close proximity preventing a feasible transition with the TargetRollRate. If the resulting roll rate is greater than the maximum the call to GetEvaluator(EvaluatorGroup) will throw an InvalidOperationException.
Public propertyPosition
Gets or sets the Point representing the position of the platform and its derivatives.
Public propertySpecialTimes
Gets or sets the list of special times of interest at which to transition from one bank angle to the next. These axes will consider each of the times to determine if there is a discontinuity and then attempt to create a smooth transition from the previous bank angle to the next using the specified TargetRollRate.
Public propertySurfaceGravity
Gets or sets the value of the surface gravity corresponding to the CentralBody, in meters per second squared. By default, this value corresponds to EarthSurfaceGravity.
Public propertyTargetRollRate
Gets or sets the desired roll rate at which to transition from one bank angle to the next, in radians per second.
Top
See Also