Change shear calculator add crack export to excel
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using StructureHelperCommon.Infrastructures.Interfaces;
|
||||
|
||||
namespace StructureHelperLogics.Models.BeamShears
|
||||
{
|
||||
/// <summary>
|
||||
/// Implements logic for obtaining of inclined section
|
||||
/// </summary>
|
||||
public interface IGetInclinedSectionLogic : ILogic
|
||||
{
|
||||
/// <summary>
|
||||
/// Returns inclined section
|
||||
/// </summary>
|
||||
/// <returns>Inclined section</returns>
|
||||
IInclinedSection GetInclinedSection();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user