Skip to content

Commit

Permalink
Solid and glued laminated timber
Browse files Browse the repository at this point in the history
  • Loading branch information
tlmnrnhrdt committed Dec 11, 2024
1 parent a8f23d0 commit 5edd6cf
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions Materials/IMaterials/MaterialType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@
{
public enum MaterialType
{
Generic,
Concrete,
Steel,
Timber,
Masonry,
Aluminium,
Reinforcement,
FRP,
Glass,
Fabric
Generic = 0,
Concrete = 1,
Steel = 2,
Timber = 3,
Masonry = 4,
Aluminium = 5,
Reinforcement = 6,
FRP = 7,
Glass = 8,
Fabric = 9,
SolidTimber = 10,
GluedLaminatedTimber = 11
}
}

0 comments on commit 5edd6cf

Please sign in to comment.