Click or drag to resize

OffAxisTorqueGetTorqueEvaluator Method (EvaluatorGroup)

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

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 TorqueEvaluator GetTorqueEvaluator(
	EvaluatorGroup group
)

Parameters

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

Return Value

Type: TorqueEvaluator
The evaluator that computes the torque.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when group is .
PropertyInvalidException Thrown when BodyAxes or ThrustVector is null.
See Also