Force calculator was changed

This commit is contained in:
RedikultsevEvg
2024-07-27 21:29:26 +05:00
parent 45a87fe7a6
commit 09b53ac4e3
33 changed files with 670 additions and 491 deletions

View File

@@ -1,15 +0,0 @@
using StructureHelperCommon.Infrastructures.Enums;
using StructureHelperCommon.Models.Forces;
using StructureHelperLogics.Models.Calculations.CalculationProperties;
using System.Collections.Generic;
namespace StructureHelperLogics.NdmCalculations.Analyses.ByForces
{
public interface IForceInputData
{
IEnumerable<CalcTerms> CalcTerms { get; set; }
IEnumerable<IForceCombinationList> ForceCombinationLists { get; set; }
IIterationProperty IterationProperty { get; }
IEnumerable<LimitStates> LimitStates { get; set; }
}
}