diff --git a/src/Mod/Material/StandardMaterial/Glass-E-GlassFibre.FCMat b/src/Mod/Material/StandardMaterial/Glass-E-GlassFibre.FCMat new file mode 100644 index 0000000000..c71cf6cb3c --- /dev/null +++ b/src/Mod/Material/StandardMaterial/Glass-E-GlassFibre.FCMat @@ -0,0 +1,13 @@ +; Glass-E-GlassFibre +; (c) 2015 DaviKaur (CC-BY 3.0) +; Information about the content of such cards you can find here: +; http://www.freecadweb.org/wiki/index.php?title=Material + +[FCMat] +Name = Glass-E +Description = Glass Fibre +Father = Glass +ProductURL = https://en.wikipedia.org/wiki/Glass_fiber +UltimateTensileStrength = 3445 Mpa +CompressiveStrength = 1080 Mpa +Density = 2580 kg/m^3 diff --git a/src/Mod/Material/StandardMaterial/Glass-S2-GlassFibre.FCMat b/src/Mod/Material/StandardMaterial/Glass-S2-GlassFibre.FCMat new file mode 100644 index 0000000000..ffe956e3d5 --- /dev/null +++ b/src/Mod/Material/StandardMaterial/Glass-S2-GlassFibre.FCMat @@ -0,0 +1,13 @@ +; Glass-S2-GlassFibre +; (c) 2015 DaviKaur (CC-BY 3.0) +; Information about the content of such cards you can find here: +; http://www.freecadweb.org/wiki/index.php?title=Material + +[FCMat] +Name = Glass-S2 +Description = Glass Fibre +Father = Glass +ProductURL = https://en.wikipedia.org/wiki/Glass_fiber +UltimateTensileStrength = 4890 Mpa +CompressiveStrength = 1600 Mpa +Density = 2460 kg/m^3 diff --git a/src/Mod/Material/StandardMaterial/Readme.txt b/src/Mod/Material/StandardMaterial/Readme.txt index 58be8991b5..1f629d7a68 100644 --- a/src/Mod/Material/StandardMaterial/Readme.txt +++ b/src/Mod/Material/StandardMaterial/Readme.txt @@ -1,15 +1,15 @@ -This is the FreeCAD standard material library. Its intended to gather the most commen Material definitions. +This is the FreeCAD standard material library. Its intended to gather the most common Material definitions. How to do a description is explained here: http://www.freecadweb.org/wiki/index.php?title=Material -To make the material description usefull for a lot of application only files with the (CC BY 3.0) license +To make the material description usefull for a lot of applications only files with the (CC BY 3.0) license will be accepted into the FreeCAD source distribution. For more detail about the license see here: http://creativecommons.org/ Please help! Enlargen the base of Materials for FreeCAD will greatly benefit the usability of FreeCAD. So please help us to add new Materials, review existing ones or add additional vlaues. A good source for material -defininitons are text-books or the www.matweb.com database. +definitions are text-books or the www.matweb.com database. 2013 Juergen Riegel diff --git a/src/Mod/Material/StandardMaterial/Tools/Materials.ods b/src/Mod/Material/StandardMaterial/Tools/Materials.ods index b693687261..9c2b8af645 100644 Binary files a/src/Mod/Material/StandardMaterial/Tools/Materials.ods and b/src/Mod/Material/StandardMaterial/Tools/Materials.ods differ