Change shear calculator add crack export to excel
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using StructureHelperCommon.Infrastructures.Interfaces;
|
||||
|
||||
namespace StructureHelperLogics.Models.BeamShears
|
||||
{
|
||||
public interface IGetReducedAreaLogic : ILogic
|
||||
{
|
||||
double GetArea();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user