Merge pull request #2612 from maxfb87/Mapping_quantities

Finish mapping Qto_CoveringBaseQuantities (see #2533)
This commit is contained in:
Massimo Fabbro
2022-11-19 23:05:29 +01:00
committed by GitHub
@@ -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,