From e90977a10317cee8adfac3a72f7f455ea68364ca Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Fri, 6 Jul 2018 07:49:54 +0200 Subject: [PATCH] Material: properties, remove Elasticity because it is a theory and not a property --- src/Mod/Material/Material.py | 1 - src/Mod/Material/StandardMaterial/TEMPLATE.FCMat | 3 --- src/Mod/Material/StandardMaterial/Tools/headers | 1 - 3 files changed, 5 deletions(-) diff --git a/src/Mod/Material/Material.py b/src/Mod/Material/Material.py index 6ec97398fc..366f7ab714 100644 --- a/src/Mod/Material/Material.py +++ b/src/Mod/Material/Material.py @@ -121,7 +121,6 @@ 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 - "Elasticity", "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 )), diff --git a/src/Mod/Material/StandardMaterial/TEMPLATE.FCMat b/src/Mod/Material/StandardMaterial/TEMPLATE.FCMat index a8682839a2..fd0d296ab3 100644 --- a/src/Mod/Material/StandardMaterial/TEMPLATE.FCMat +++ b/src/Mod/Material/StandardMaterial/TEMPLATE.FCMat @@ -55,9 +55,6 @@ Density = value kg/m^3 ; Description to be updated DiffuseColor = -; Elasticity https://en.wikipedia.org/wiki/Elasticity_%28physics%29 -Elasticity = - ; Description to be updated EmissiveColor = diff --git a/src/Mod/Material/StandardMaterial/Tools/headers b/src/Mod/Material/StandardMaterial/Tools/headers index b6c8df05d5..e94efcedca 100644 --- a/src/Mod/Material/StandardMaterial/Tools/headers +++ b/src/Mod/Material/StandardMaterial/Tools/headers @@ -15,7 +15,6 @@ Color CompressiveStrength Density DiffuseColor -Elasticity EmissiveColor Enlargen EnvironmentalEfficiencyClass