Click or drag to resize

ContinuousThrustForceModelGetForceEvaluator 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: 24.1.418.0 (24.1.418.0)
Syntax
public override ForceEvaluator GetForceEvaluator(
	EvaluatorGroup group
)

Parameters

group
Type: AGI.FoundationEvaluatorGroup
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 .
See Also