Crack Calculator was added
This commit is contained in:
@@ -24,7 +24,7 @@ namespace StructureHelperLogics.NdmCalculations.Buckling
|
||||
|
||||
public string Name { get; set; }
|
||||
|
||||
public INdmResult Result { get; private set; }
|
||||
public IResult Result { get; private set; }
|
||||
|
||||
public IAccuracy Accuracy { get; set; }
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace StructureHelperLogics.NdmCalculations.Buckling
|
||||
{
|
||||
internal interface IConcreteBucklingCalculator : INdmCalculator
|
||||
internal interface IConcreteBucklingCalculator : ICalculator
|
||||
{
|
||||
IAccuracy Accuracy { get; set; }
|
||||
}
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
using StructureHelperLogics.NdmCalculations.Analyses;
|
||||
using StructureHelperCommon.Models.Calculators;
|
||||
using StructureHelperLogics.NdmCalculations.Analyses;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
@@ -10,7 +11,7 @@ namespace StructureHelperLogics.NdmCalculations.Buckling
|
||||
/// <summary>
|
||||
/// Results of calculation of buckling of reinforced concrete section
|
||||
/// </summary>
|
||||
public interface IConcreteBucklingResult : INdmResult
|
||||
public interface IConcreteBucklingResult : IResult
|
||||
{
|
||||
/// <summary>
|
||||
/// Factor of increasing of bending moment (p-delta effect) in the plain XOZ
|
||||
|
||||
Reference in New Issue
Block a user