diff --git a/StructureHelper/Infrastructure/Enums/MaterialType.cs b/StructureHelper/Infrastructure/Enums/MaterialType.cs
index 19b6550..21a6abb 100644
--- a/StructureHelper/Infrastructure/Enums/MaterialType.cs
+++ b/StructureHelper/Infrastructure/Enums/MaterialType.cs
@@ -8,10 +8,11 @@ namespace StructureHelper.Infrastructure.Enums
{
internal enum MaterialType
{
- Concrete,
- Reinforcement,
- Elastic,
- CarbonFiber,
- GlassFiber
+ Concrete = 0,
+ Reinforcement = 1,
+ Elastic = 2,
+ CarbonFiber = 3,
+ GlassFiber = 4,
+ Steel = 5
}
}
diff --git a/StructureHelper/Infrastructure/UI/Resources/Materials.xaml b/StructureHelper/Infrastructure/UI/Resources/Materials.xaml
index 72b5407..8577d54 100644
--- a/StructureHelper/Infrastructure/UI/Resources/Materials.xaml
+++ b/StructureHelper/Infrastructure/UI/Resources/Materials.xaml
@@ -163,4 +163,12 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/StructureHelper/Libraries/LoaderCalculator.dll b/StructureHelper/Libraries/LoaderCalculator.dll
index 41f80ee..3b78545 100644
Binary files a/StructureHelper/Libraries/LoaderCalculator.dll and b/StructureHelper/Libraries/LoaderCalculator.dll differ
diff --git a/StructureHelper/Windows/MainWindow/CrossSections/CrossSectionView.xaml b/StructureHelper/Windows/MainWindow/CrossSections/CrossSectionView.xaml
index 37b29ef..d2abe13 100644
--- a/StructureHelper/Windows/MainWindow/CrossSections/CrossSectionView.xaml
+++ b/StructureHelper/Windows/MainWindow/CrossSections/CrossSectionView.xaml
@@ -244,6 +244,11 @@
+