From a790510d8ef367e52de283523f1f4da05b42d6a4 Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Mon, 2 Jul 2018 09:03:27 +0200 Subject: [PATCH] Material: material properties, add angle of friction --- src/Mod/Material/Material.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Mod/Material/Material.py b/src/Mod/Material/Material.py index cb1f988de1..6ec97398fc 100644 --- a/src/Mod/Material/Material.py +++ b/src/Mod/Material/Material.py @@ -122,7 +122,8 @@ def getMaterialAttributeStructure(withSpaces=None): "CompressiveStrength", # https://en.wikipedia.org/wiki/Compressive_strength "YieldStrength", # https://en.wikipedia.org/wiki/Yield_Strength "Elasticity", - "FractureToughness" # https://en.wikipedia.org/wiki/Fracture_toughness + "FractureToughness", # https://en.wikipedia.org/wiki/Fracture_toughness + "AngleOfFriction" # https://en.wikipedia.org/wiki/Friction#Angle_of_friction and https://en.m.wikipedia.org/wiki/Mohr%E2%80%93Coulomb_theory )), ("Thermal", ( "ThermalConductivity", # https://en.wikipedia.org/wiki/Thermal_conductivity