Refactoring of beam shear calculation, add test for beam shea
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using StructureHelperCommon.Infrastructures.Interfaces;
|
||||
using StructureHelperCommon.Models.Shapes;
|
||||
|
||||
namespace StructureHelperLogics.Models.BeamShears.Logics
|
||||
{
|
||||
public interface IGetSectionEffectivenessLogic : ILogic
|
||||
{
|
||||
ISectionEffectiveness GetSectionEffectiveness(ShearCodeTypes shearCodeTypes, IShape shape);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user