Progress window was edded

This commit is contained in:
Evgeny Redikultsev
2023-11-08 21:56:13 +05:00
parent 44c5065d03
commit 36cb0878e9
6 changed files with 133 additions and 25 deletions

View File

@@ -35,5 +35,10 @@ namespace StructureHelperLogics.Services.NdmCalculations
}
return calculator;
}
public static IForceCalculator InterpolateForceCalculator(IForceCalculator forceCalculator, IDesignForceTuple finishDesignTuple, object startDesignTuple, object stepCount)
{
throw new NotImplementedException();
}
}
}