Logic fo TupleCrackCalculator was changed
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using StructureHelperLogics.NdmCalculations.Primitives;
|
||||
|
||||
namespace StructureHelperLogics.NdmCalculations.Cracking
|
||||
{
|
||||
public interface IRebarCrackInputDataFactory
|
||||
{
|
||||
RebarPrimitive Rebar { get; set; }
|
||||
TupleCrackInputData InputData { get; set; }
|
||||
double LongLength { get; set; }
|
||||
double ShortLength { get; set; }
|
||||
|
||||
RebarCrackCalculatorInputData GetInputData();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user