Files
create/src/Mod/BIM
tetektoza 3b441792b8 BIM: Make a correct mapping to weight during IFC Quantities assignment
Currently we can assign quantities to a BIM object, but upon exporting
quantities are not visible in the IFC file.

This was because we didn't have a correct mapping to weight property.
`App::PropertyWeight" basically doesn't exist, so this patch changes it
to `App::PropertyMass`, as it is the same. The incorrect mapping
resulted in a traceback, which in turn resulted in missing a big part of
additional processing for the properties, which resulted in
`writeQuantities` checking for non-existent IfcData in the object.
2025-05-19 18:10:37 +02:00
..
2025-05-05 17:45:38 +02:00
2025-05-05 17:45:38 +02:00
2025-04-21 10:10:26 -05:00
2025-04-29 07:14:17 -05:00
2025-04-21 10:10:26 -05:00
2025-05-15 10:59:48 -05:00
2025-05-05 17:45:38 +02:00
2025-04-21 10:10:26 -05:00
2025-03-25 09:46:54 +01:00