Fix beam Qto length and add more Qto mappings

This commit is contained in:
Dion Moult
2024-06-27 14:32:49 +10:00
parent a98cddf676
commit dee936b2c3
+12 -12
View File
@@ -41,7 +41,7 @@
"GrossSurfaceArea": "gross_get_area", "GrossSurfaceArea": "gross_get_area",
"GrossVolume": "gross_get_volume", "GrossVolume": "gross_get_volume",
"GrossWeight": null, "GrossWeight": null,
"Length": "net_get_z", "Length": "net_get_max_xyz",
"NetSurfaceArea": "net_get_area", "NetSurfaceArea": "net_get_area",
"NetVolume": "net_get_volume", "NetVolume": "net_get_volume",
"NetWeight": null, "NetWeight": null,
@@ -97,7 +97,7 @@
"Qto_CableCarrierSegmentBaseQuantities": { "Qto_CableCarrierSegmentBaseQuantities": {
"CrossSectionArea": null, "CrossSectionArea": null,
"GrossWeight": null, "GrossWeight": null,
"Length": null, "Length": "net_get_max_xyz",
"OuterSurfaceArea": null "OuterSurfaceArea": null
} }
}, },
@@ -110,7 +110,7 @@
"Qto_CableSegmentBaseQuantities": { "Qto_CableSegmentBaseQuantities": {
"CrossSectionArea": null, "CrossSectionArea": null,
"GrossWeight": null, "GrossWeight": null,
"Length": null, "Length": "net_get_max_xyz",
"OuterSurfaceArea": null "OuterSurfaceArea": null
} }
}, },
@@ -121,7 +121,7 @@
}, },
"IfcChimney": { "IfcChimney": {
"Qto_ChimneyBaseQuantities": { "Qto_ChimneyBaseQuantities": {
"Length": null "Length": "net_get_max_xyz"
} }
}, },
"IfcCoil": { "IfcCoil": {
@@ -135,7 +135,7 @@
"GrossSurfaceArea": "gross_get_area", "GrossSurfaceArea": "gross_get_area",
"GrossVolume": "gross_get_volume", "GrossVolume": "gross_get_volume",
"GrossWeight": null, "GrossWeight": null,
"Length": "net_get_z", "Length": "net_get_max_xyz",
"NetSurfaceArea": "net_get_area", "NetSurfaceArea": "net_get_area",
"NetVolume": "net_get_volume", "NetVolume": "net_get_volume",
"NetWeight": null, "NetWeight": null,
@@ -236,7 +236,7 @@
"Qto_DuctSegmentBaseQuantities": { "Qto_DuctSegmentBaseQuantities": {
"GrossCrossSectionArea": null, "GrossCrossSectionArea": null,
"GrossWeight": null, "GrossWeight": null,
"Length": null, "Length": "net_get_max_xyz",
"NetCrossSectionArea": null, "NetCrossSectionArea": null,
"OuterSurfaceArea": null "OuterSurfaceArea": null
} }
@@ -318,9 +318,9 @@
"GrossSurfaceArea": null, "GrossSurfaceArea": null,
"GrossVolume": null, "GrossVolume": null,
"GrossWeight": null, "GrossWeight": null,
"Height": null, "Height": "net_get_z",
"Length": null, "Length": "net_get_max_xy",
"NetVolume": null, "NetVolume": "net_get_volume",
"NetWeight": null, "NetWeight": null,
"OuterSurfaceArea": null, "OuterSurfaceArea": null,
"Width": null "Width": null
@@ -369,7 +369,7 @@
"GrossSurfaceArea": "gross_get_area", "GrossSurfaceArea": "gross_get_area",
"GrossVolume": "gross_get_volume", "GrossVolume": "gross_get_volume",
"GrossWeight": null, "GrossWeight": null,
"Length": "net_get_z", "Length": "net_get_max_xyz",
"NetSurfaceArea": "net_get_area", "NetSurfaceArea": "net_get_area",
"NetVolume": "net_get_volume", "NetVolume": "net_get_volume",
"NetWeight": null, "NetWeight": null,
@@ -401,7 +401,7 @@
"GrossSurfaceArea": null, "GrossSurfaceArea": null,
"GrossVolume": null, "GrossVolume": null,
"GrossWeight": null, "GrossWeight": null,
"Length": null, "Length": "net_get_z",
"NetVolume": null, "NetVolume": null,
"NetWeight": null, "NetWeight": null,
"OuterSurfaceArea": null "OuterSurfaceArea": null
@@ -421,7 +421,7 @@
"Qto_PipeSegmentBaseQuantities": { "Qto_PipeSegmentBaseQuantities": {
"GrossCrossSectionArea": null, "GrossCrossSectionArea": null,
"GrossWeight": null, "GrossWeight": null,
"Length": null, "Length": "net_get_max_xyz",
"NetCrossSectionArea": null, "NetCrossSectionArea": null,
"NetWeight": null, "NetWeight": null,
"OuterSurfaceArea": null "OuterSurfaceArea": null