Click or drag to resize

TorqueModel.BuildTorqueEvaluator Method

Build lists of torques based on this model in order to create an overall resultant torque.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public abstract void BuildTorqueEvaluator(
	ResultantTorqueBuilder builder,
	EvaluatorGroup group
)

Parameters

builder
Type: AGI.Foundation.Celestial.ResultantTorqueBuilder
The builder object containing the lists and additional information on the Axes in which the overall resultant is defined.
group
Type: AGI.Foundation.EvaluatorGroup
The evaluator group in which to create evaluators.
See Also