Interpolation View for calculation result was added
This commit is contained in:
14
StructureHelperCommon/Infrastructures/Enums/StressStates.cs
Normal file
14
StructureHelperCommon/Infrastructures/Enums/StressStates.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace StructureHelperCommon.Infrastructures.Enums
|
||||
{
|
||||
public enum StressStates
|
||||
{
|
||||
Tension,
|
||||
Compression
|
||||
}
|
||||
}
|
||||
@@ -19,5 +19,6 @@ namespace StructureHelperCommon.Infrastructures.Strings
|
||||
public static string FileCantBeDeleted => "#0008: File can't be deleted";
|
||||
public static string FileCantBeSaved => "#0009: File can't be saved";
|
||||
public static string VisualPropertyIsNotRight => "#0010: VisualPropertyIsNotRight";
|
||||
public static string FactorMustBeGraterThanZero => "#0011: Partial factor must not be less than zero";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user