Checkig Iput data of crack calculator was changed
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
{
|
||||
public interface ICrackWidthTupleResult
|
||||
{
|
||||
/// <summary>
|
||||
/// Calculated crack width
|
||||
/// </summary>
|
||||
double CrackWidth { get; set; }
|
||||
bool IsCrackLessThanUltimate { get; }
|
||||
double UltimateCrackWidth { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user