ResultantForceBuilderPerturbationForces Property |
Gets a list of forces acting as
Perturbation forces in the resultant.
A "perturbation" force is one which represents a small addition to the overall resultant but
is usually expensive 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> PerturbationForces { get; }
Public ReadOnly Property PerturbationForces As List(Of ForceEvaluator)
Get
public:
property List<ForceEvaluator^>^ PerturbationForces {
List<ForceEvaluator^>^ get ();
}
member PerturbationForces : List<ForceEvaluator> with get
Property Value
Type:
ListForceEvaluatorSee Also