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