Library material was added
This commit is contained in:
12
StructureHelperCommon/Infrastructures/Enums/CodeTypes.cs
Normal file
12
StructureHelperCommon/Infrastructures/Enums/CodeTypes.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace StructureHelperCommon.Infrastructures.Enums
|
||||
{
|
||||
public enum CodeTypes
|
||||
{
|
||||
SP63_13330_2018,
|
||||
EuroCode_2_1990
|
||||
}
|
||||
}
|
||||
11
StructureHelperCommon/Infrastructures/Enums/MaterialTypes.cs
Normal file
11
StructureHelperCommon/Infrastructures/Enums/MaterialTypes.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace StructureHelperCommon.Infrastructures.Enums
|
||||
|
||||
{
|
||||
public enum MaterialTypes
|
||||
{
|
||||
Concrete,
|
||||
Reinforcement,
|
||||
//Steel,
|
||||
//CarbonFiber,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user