Materials: New Glass Materials
This commit is contained in:
parent
212e2bf19c
commit
0120942c46
13
src/Mod/Material/StandardMaterial/Glass-E-GlassFibre.FCMat
Normal file
13
src/Mod/Material/StandardMaterial/Glass-E-GlassFibre.FCMat
Normal 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
|
13
src/Mod/Material/StandardMaterial/Glass-S2-GlassFibre.FCMat
Normal file
13
src/Mod/Material/StandardMaterial/Glass-S2-GlassFibre.FCMat
Normal 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
|
|
@ -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
|
||||
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user