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

Binary file not shown.

View File

@@ -82,6 +82,9 @@
<Reference Include="LoaderCalculator"> <Reference Include="LoaderCalculator">
<HintPath>Libraries\LoaderCalculator.dll</HintPath> <HintPath>Libraries\LoaderCalculator.dll</HintPath>
</Reference> </Reference>
<Reference Include="StructureMath">
<HintPath>..\..\srgpt\LoaderAssistant\LoaderCalculator\LoaderCalculator\Libraries\StructureMath.dll</HintPath>
</Reference>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>

View File

@@ -8,6 +8,9 @@ using StructureHelperCommon.Models.Forces;
namespace StructureHelperLogics.Models.BeamShears 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 public interface IBeamShearSectionLogicInputData : IInputData
{ {
IBeamShearSection BeamShearSection { get; set; } IBeamShearSection BeamShearSection { get; set; }