PropagationEulerianAxesAppliedTorques Property |
Gets a list of the torques applied on the
IntegrationAxes.
These torques will be converted to the body-fixed frame before they are evaluated.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public IList<TorqueModel> AppliedTorques { get; }
Public ReadOnly Property AppliedTorques As IList(Of TorqueModel)
Get
public:
property IList<TorqueModel^>^ AppliedTorques {
IList<TorqueModel^>^ get ();
}
member AppliedTorques : IList<TorqueModel> with get
Property Value
Type:
IListTorqueModelSee Also