mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 02:02:22 +00:00
fix #4011. More precise IfcRoof qto calculator
This commit is contained in:
committed by
Massimo Fabbro
parent
b792673f88
commit
5d39603308
@@ -175,8 +175,8 @@ mapper = {
|
||||
'GrossWeight' : None,
|
||||
},
|
||||
'Qto_RoofBaseQuantities' : {
|
||||
'GrossArea' : "get_gross_footprint_area",
|
||||
'NetArea' : "get_net_footprint_area",
|
||||
'GrossArea' : "get_gross_top_area",
|
||||
'NetArea' : "get_net_top_area",
|
||||
'ProjectedArea' : None,
|
||||
},
|
||||
'Qto_ChimneyBaseQuantities' : {
|
||||
|
||||
Reference in New Issue
Block a user