ResultantForceBuilderPrincipalForces Property |
Gets a list of forces acting as
Principal forces in the resultant.
A "principal" force is one which dominates the overall resultant and is usually simple to compute.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic List<ForceEvaluator> PrincipalForces { get; }
Public ReadOnly Property PrincipalForces As List(Of ForceEvaluator)
Get
public:
property List<ForceEvaluator^>^ PrincipalForces {
List<ForceEvaluator^>^ get ();
}
member PrincipalForces : List<ForceEvaluator> with get
Property Value
Type:
ListForceEvaluator
See Also