Skip to content

Commit

Permalink
Merge pull request #60 from MagmaWorks/timber-material-types
Browse files Browse the repository at this point in the history
  • Loading branch information
tlmnrnhrdt authored Dec 11, 2024
2 parents a8f23d0 + 5edd6cf commit efe19ca
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 efe19ca

Please sign in to comment.