Crack calculator was changed
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace StructureHelperLogics.NdmCalculations.Cracking
|
||||
{
|
||||
public interface ICrackWidthTupleResult
|
||||
{
|
||||
double CrackWidth { get; set; }
|
||||
bool IsCrackLessThanUltimate { get; }
|
||||
double UltimateCrackWidth { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user