Add BeamShearCalculator
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using StructureHelperCommon.Infrastructures.Interfaces;
|
||||
|
||||
namespace StructureHelperLogics.Models.BeamShears
|
||||
{
|
||||
/// <summary>
|
||||
/// Returns collection of inclined section for beam shear calculating
|
||||
/// </summary>
|
||||
public interface IGetInclinedSectionListLogic : ILogic
|
||||
{
|
||||
List<IInclinedSection> GetInclinedSections();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user