Change loader calculator

This commit is contained in:
Evgeny Redikultsev
2025-05-11 15:14:19 +05:00
parent cefe30f103
commit 2269b2ea07
4 changed files with 6 additions and 0 deletions

View File

@@ -8,6 +8,9 @@ using StructureHelperCommon.Models.Forces;
namespace StructureHelperLogics.Models.BeamShears
{
/// <summary>
/// Implements input data for calculating bearing capacity of cross-section of RC member for shear
/// </summary>
public interface IBeamShearSectionLogicInputData : IInputData
{
IBeamShearSection BeamShearSection { get; set; }