mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +00:00
Finish mapping Qto_CoveringBaseQuantities
This commit is contained in:
@@ -133,9 +133,9 @@ mapper = {
|
||||
'NetWeight' : None,
|
||||
},
|
||||
'Qto_CoveringBaseQuantities' : {
|
||||
'Width' : None,
|
||||
'GrossArea' : None,
|
||||
'NetArea' : None,
|
||||
'Width' : "get_height",
|
||||
'GrossArea' : "get_gross_footprint_area",
|
||||
'NetArea' : "get_net_footprint_area",
|
||||
},
|
||||
'Qto_PipeSegmentBaseQuantities' : {
|
||||
'Length' : None,
|
||||
|
||||
Reference in New Issue
Block a user