mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 14:23:53 +00:00
Add calculating functions for earthworks
This commit is contained in:
committed by
Massimo Fabbro
parent
f8ad05cb54
commit
266cc32336
@@ -265,21 +265,21 @@
|
|||||||
},
|
},
|
||||||
"IfcEarthworksCut": {
|
"IfcEarthworksCut": {
|
||||||
"Qto_EarthworksCutBaseQuantities": {
|
"Qto_EarthworksCutBaseQuantities": {
|
||||||
"Depth": null,
|
"Depth": "get_height",
|
||||||
"Length": null,
|
"Length": "get_length",
|
||||||
"LooseVolume": null,
|
"LooseVolume": null,
|
||||||
"UndisturbedVolume": null,
|
"UndisturbedVolume": "get_net_volume",
|
||||||
"Weight": null,
|
"Weight": null,
|
||||||
"Width": null
|
"Width": "get_width"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"IfcEarthworksFill": {
|
"IfcEarthworksFill": {
|
||||||
"Qto_EarthworksFillBaseQuantities": {
|
"Qto_EarthworksFillBaseQuantities": {
|
||||||
"CompactedVolume": null,
|
"CompactedVolume": "get_net_volume",
|
||||||
"Depth": null,
|
"Depth": "get_height",
|
||||||
"Length": null,
|
"Length": "get_length",
|
||||||
"LooseVolume": null,
|
"LooseVolume": null,
|
||||||
"Width": null
|
"Width": "get_width"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"IfcElectricAppliance + IfcElectricApplianceType": {
|
"IfcElectricAppliance + IfcElectricApplianceType": {
|
||||||
|
|||||||
Reference in New Issue
Block a user