Change loader calculator
This commit is contained in:
Binary file not shown.
BIN
StructureHelper/Libraries/StructureMath.dll
Normal file
BIN
StructureHelper/Libraries/StructureMath.dll
Normal file
Binary file not shown.
@@ -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>
|
||||||
|
|||||||
@@ -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; }
|
||||||
|
|||||||
Reference in New Issue
Block a user