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
|
||||
FileStructure = [
|
||||
[ "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"] ],
|
||||
[ "FEM", ["PoissonRatio"] ],
|
||||
[ "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">
|
||||
<class>MaterialEditor</class>
|
||||
<widget class="QDialog" name="MaterialEditor">
|
||||
|
@ -319,10 +319,10 @@
|
|||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>Specific Weight</string>
|
||||
<string>Density</string>
|
||||
</property>
|
||||
<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 name="text">
|
||||
<string/>
|
||||
|
|
Loading…
Reference in New Issue
Block a user