Click or drag to resize

FiniteManeuverSegmentCreateLimitedFuelStoppingCondition Method

Overload List
  NameDescription
Public methodStatic memberCreateLimitedFuelStoppingCondition(Scalar, Double, String, Boolean)
Creates a ScalarStoppingCondition that will stop when the quantity of fuel reaches the specified value. By default, the tolerance of the returned condition will be 1e-10.
Public methodStatic memberCreateLimitedFuelStoppingCondition(Scalar, Double, String, Boolean, Double)
Creates a ScalarStoppingCondition that will stop when the fuel amount reaches the specified value.
Top
See Also