Replace Specific Weight with Density
This commit is contained in:
parent
7d771c7a36
commit
2d1b79cbb0
|
@ -29,7 +29,7 @@ __url__ = "http://www.freecadweb.org"
|
||||||
# file structure - this affects how files are saved
|
# file structure - this affects how files are saved
|
||||||
FileStructure = [
|
FileStructure = [
|
||||||
[ "Meta", ["CardName","AuthorAndLicense","Source"] ],
|
[ "Meta", ["CardName","AuthorAndLicense","Source"] ],
|
||||||
[ "General", ["Name","Father","Description","SpecificWeight","Vendor","ProductURL","SpecificPrice"] ],
|
[ "General", ["Name","Father","Description","Density","Vendor","ProductURL","SpecificPrice"] ],
|
||||||
[ "Mechanical", ["YoungsModulus","UltimateTensileStrength","CompressiveStrength","Elasticity","FractureToughness"] ],
|
[ "Mechanical", ["YoungsModulus","UltimateTensileStrength","CompressiveStrength","Elasticity","FractureToughness"] ],
|
||||||
[ "FEM", ["PoissonRatio"] ],
|
[ "FEM", ["PoissonRatio"] ],
|
||||||
[ "Architectural", ["Model","ExecutionInstructions","FireResistanceClass","StandardCode","ThermalConductivity","SoundTransmissionClass","Color","Finish","UnitsPerQuantity","EnvironmentalEfficiencyClass"] ],
|
[ "Architectural", ["Model","ExecutionInstructions","FireResistanceClass","StandardCode","ThermalConductivity","SoundTransmissionClass","Color","Finish","UnitsPerQuantity","EnvironmentalEfficiencyClass"] ],
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<ui version="4.0">
|
<ui version="4.0">
|
||||||
<class>MaterialEditor</class>
|
<class>MaterialEditor</class>
|
||||||
<widget class="QDialog" name="MaterialEditor">
|
<widget class="QDialog" name="MaterialEditor">
|
||||||
|
@ -319,10 +319,10 @@
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Specific Weight</string>
|
<string>Density</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Specific weight of this material, in kg/mm³. For ex. 7800.0e-12</string>
|
<string>Density of this material, in kg/m³. For ex. 7800 </string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string/>
|
<string/>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user