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: 24.2.419.0 (24.2.419.0)
Syntax public 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:
ListForceEvaluatorSee Also