mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +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": {
|
||||
"Qto_EarthworksCutBaseQuantities": {
|
||||
"Depth": null,
|
||||
"Length": null,
|
||||
"Depth": "get_height",
|
||||
"Length": "get_length",
|
||||
"LooseVolume": null,
|
||||
"UndisturbedVolume": null,
|
||||
"UndisturbedVolume": "get_net_volume",
|
||||
"Weight": null,
|
||||
"Width": null
|
||||
"Width": "get_width"
|
||||
}
|
||||
},
|
||||
"IfcEarthworksFill": {
|
||||
"Qto_EarthworksFillBaseQuantities": {
|
||||
"CompactedVolume": null,
|
||||
"Depth": null,
|
||||
"Length": null,
|
||||
"CompactedVolume": "get_net_volume",
|
||||
"Depth": "get_height",
|
||||
"Length": "get_length",
|
||||
"LooseVolume": null,
|
||||
"Width": null
|
||||
"Width": "get_width"
|
||||
}
|
||||
},
|
||||
"IfcElectricAppliance + IfcElectricApplianceType": {
|
||||
|
||||
Reference in New Issue
Block a user