Click or drag to resize

SphericalHarmonicGravity.GetForceEvaluator Method (EvaluatorGroup)

Gets an instance of an evaluator that can compute the force.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public override ForceEvaluator GetForceEvaluator(
	EvaluatorGroup group
)

Parameters

group
Type: AGI.Foundation.EvaluatorGroup
The group in which to create the evaluator and its dependents.

Return Value

Type: ForceEvaluator
The evaluator that computes the force.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when group is null.
See Also