ConcreteBucklingCalculator was added
This commit is contained in:
15
StructureHelperCommon/Infrastructures/Enums/Directions.cs
Normal file
15
StructureHelperCommon/Infrastructures/Enums/Directions.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace StructureHelperCommon.Infrastructures.Enums
|
||||
{
|
||||
public enum Directions
|
||||
{
|
||||
X,
|
||||
Y,
|
||||
Z
|
||||
}
|
||||
}
|
||||
@@ -20,5 +20,8 @@ namespace StructureHelperCommon.Infrastructures.Strings
|
||||
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";
|
||||
public static string LongitudinalForceMustBeLessThanZero => "#0012: Longitudinal force must be less than zero";
|
||||
public static string LongitudinalForceMustBeLessThanCriticalForce => "#0013: Absolute value of longitudinal force must be greater than critical force";
|
||||
public static string SizeMustBeGreaterThanZero => "#0014: Size must be greater than zero";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user