From 4627ad5856ded9fc7557497aae7c0289cfb3b09d Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Fri, 6 Jul 2018 19:11:55 +0200 Subject: [PATCH] Material: properties, add ultimate strain --- src/Mod/Material/Material.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Mod/Material/Material.py b/src/Mod/Material/Material.py index 366f7ab714..81797c9e1c 100644 --- a/src/Mod/Material/Material.py +++ b/src/Mod/Material/Material.py @@ -121,6 +121,7 @@ def getMaterialAttributeStructure(withSpaces=None): "UltimateTensileStrength", # https://en.wikipedia.org/wiki/Ultimate_tensile_strength "CompressiveStrength", # https://en.wikipedia.org/wiki/Compressive_strength "YieldStrength", # https://en.wikipedia.org/wiki/Yield_Strength + "UltimateStrain", # https://en.wikipedia.org/wiki/Ultimate_tensile_strength "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 )),