Logics of accidental eccentricity were separated and tested
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using LoaderCalculator.Data.Ndms;
|
||||
using StructureHelperCommon.Infrastructures.Enums;
|
||||
using StructureHelperCommon.Infrastructures.Interfaces;
|
||||
using StructureHelperCommon.Models.Calculators;
|
||||
using StructureHelperCommon.Models.Forces;
|
||||
|
||||
namespace StructureHelperLogics.NdmCalculations.Buckling
|
||||
{
|
||||
public interface IForceTupleBucklingLogic : ILogic
|
||||
{
|
||||
GenericResult<IForceTuple> GetForceTupleByBuckling();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user