Click or drag to resize

SinglePointStoppablePropagatorPropagateUntilStop Method

Overload List
  NameDescription
Public methodPropagateUntilStop(ITimeBasedState, ITrackCalculationProgress)
Propagates forward until one of the saved StoppingConditionEvaluators are tripped. This will propagate forward in time.
(Inherited from StoppablePropagator.)
Public methodPropagateUntilStop(ITimeBasedState, IntegrationSense, ITrackCalculationProgress)
Propagates until one of the saved StoppingConditionEvaluators are tripped.
(Inherited from StoppablePropagator.)
Public methodPropagateUntilStop(JulianDate, MotionCartesian, IntegrationSense, ITrackCalculationProgress)
Propagates a Point forward in time from the initial conditions.
Public methodPropagateUntilStop(ITimeBasedState, IEnumerableStoppingConditionEvaluator, IntegrationSense, Int32, ITrackCalculationProgress)
Propagates until one of the conditions are tripped.
(Inherited from StoppablePropagator.)
Public methodPropagateUntilStop(ITimeBasedState, IEnumerableStoppingConditionEvaluator, IntegrationSense, Boolean, Int32, ITrackCalculationProgress)
Propagates until one of the conditions are tripped.
(Inherited from StoppablePropagator.)
Public methodPropagateUntilStop(JulianDate, MotionCartesian, IEnumerableStoppingConditionEvaluator, IntegrationSense, Int32, ITrackCalculationProgress)
Propagates a Point forward in time from the initial conditions.
Top
See Also