Add logic for converting beam shear calculator input data
This commit is contained in:
@@ -10,6 +10,6 @@ namespace StructureHelperLogics.Models.BeamShears
|
||||
{
|
||||
public bool IsValid { get; set; } = true;
|
||||
public string? Description { get; set; } = string.Empty;
|
||||
public List<IBeamShearSectionCalculatorResult> SectionResults { get; set; } = new();
|
||||
public List<IBeamShearSectionLogicResult> SectionResults { get; set; } = new();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user