Refactoring of beam shear calculation, add test for beam shea
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace StructureHelperLogics.Models.BeamShears
|
||||
{
|
||||
public interface IInclinedSectionResultListLogic
|
||||
{
|
||||
List<IBeamShearSectionLogicResult> GetInclinedSectionResults(List<IBeamShearSectionLogicInputData> sectionInputDatas);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user