Materials: New Glass Materials

This commit is contained in:
DaviKaur 2015-10-31 13:01:39 +01:00 committed by wmayer
parent 212e2bf19c
commit 0120942c46
4 changed files with 29 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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