Refactoring of beam shear calculation, add test for beam shea
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using StructureHelperCommon.Models.Calculators;
|
||||
|
||||
namespace StructureHelperLogics.Models.BeamShears
|
||||
{
|
||||
public class RestrictCalculatorResult : IResult
|
||||
{
|
||||
public bool IsValid { get; set; } = true;
|
||||
public string? Description { get; set; } = string.Empty;
|
||||
public IInclinedSection InclinedCrack { get; set; }
|
||||
public double StirrupStrength { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user