Refactoring of beam shear calculation, add test for beam shea
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using StructureHelperCommon.Models;
|
||||
using StructureHelperCommon.Models.Calculators;
|
||||
|
||||
namespace StructureHelperLogics.Models.BeamShears
|
||||
{
|
||||
public interface IRestrictStirrupCalculator : ILogicCalculator
|
||||
{
|
||||
IBeamShearSectionLogicInputData InputData { get; set; }
|
||||
ISectionEffectiveness SectionEffectiveness { get; set; }
|
||||
double SourceStirrupStrength { get; set; }
|
||||
IInclinedSection SourceSection { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user