From 73f034810573d0bbc0df733449ab0cf9b577e2f0 Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Mon, 13 May 2019 22:47:37 +0200 Subject: [PATCH] Material: templatematerial, make FractureToughness a float - it unit is not possible with FreeCAD unit system --- src/Mod/Material/Templatematerial.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Mod/Material/Templatematerial.yml b/src/Mod/Material/Templatematerial.yml index 286b013612..c4c985de5b 100644 --- a/src/Mod/Material/Templatematerial.yml +++ b/src/Mod/Material/Templatematerial.yml @@ -115,9 +115,9 @@ URL: 'https://en.wikipedia.org/wiki/Density' Description: "Density in [FreeCAD Density unit]" FractureToughness: - Type: 'Quantity' + Type: 'Float' URL: 'https://en.wikipedia.org/wiki/Fracture_toughness' - Description: " " + Description: "Unit MPa * m^0.5 is not possible ATM in FreeCAD nicht moeglich thus String. Keep in mind the unit is fixed MPa * m^0.5. https://github.com/FreeCAD/FreeCAD/pull/2156" PoissonRatio: Type: 'Float' URL: 'https://en.wikipedia.org/wiki/Poisson%27s_ratio'