FiniteManeuverSegmentCreateLimitedFuelStoppingCondition Method | 
| Name | Description | |
|---|---|---|
| CreateLimitedFuelStoppingCondition(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.
              | |
| CreateLimitedFuelStoppingCondition(Scalar, Double, String, Boolean, Double) | 
            Creates a ScalarStoppingCondition that will stop when the fuel amount reaches the specified value.
              |