Click or drag to resize

ResultantForceBuilderAddForce Method

Adds the given force to either the PrincipalForces or the PerturbationForces based on its role.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public void AddForce(
	ForceEvaluator force
)

Parameters

force
Type: AGI.Foundation.CelestialForceEvaluator
The force to add.
See Also