Click or drag to resize

TwoBodyStoppablePropagator Constructor (Double, String, ReferenceFrame, Duration)

Initializes a new instance. StoppingConditions must still be added before GetStoppablePropagator(EvaluatorGroup) can be called on this.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public TwoBodyStoppablePropagator(
	double gravitationalParameter,
	string propagationPointIdentification,
	ReferenceFrame propagationFrame,
	Duration step
)

Parameters

gravitationalParameter
Type: System.Double
The gravitational parameter of the central body that the propagated element is around.
propagationPointIdentification
Type: System.String
The name to identify the motion getting propagated in the returned states.
propagationFrame
Type: AGI.Foundation.Geometry.ReferenceFrame
The ReferenceFrame that the returned data will be in. This should not be a fixed frame.
step
Type: AGI.Foundation.Time.Duration
The default step size for this propagator.
See Also