TorqueModelGetTorqueEvaluator Method |
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.2.419.0 (24.2.419.0)
Syntax public TorqueEvaluator GetTorqueEvaluator()
Public Function GetTorqueEvaluator As TorqueEvaluator
public:
TorqueEvaluator^ GetTorqueEvaluator()
member GetTorqueEvaluator : unit -> TorqueEvaluator
Return Value
Type:
TorqueEvaluatorThe evaluator that computes the torque.
See Also