Add beam shear result view

This commit is contained in:
Evgeny Redikultsev
2025-05-18 22:01:52 +05:00
parent b38bad251d
commit d108c52cac
26 changed files with 440 additions and 113 deletions

View File

@@ -10,6 +10,6 @@ namespace StructureHelperLogics.Models.BeamShears
{
public bool IsValid { get; set; } = true;
public string? Description { get; set; } = string.Empty;
public List<IBeamShearSectionLogicResult> SectionResults { get; set; } = new();
public List<IBeamShearActionResult> ActionResults { get; set; } = new();
}
}