add_qto.py: MethodOfMeasurement=BaseQuantities to comply with spec text

This commit is contained in:
Thomas Krijnen
2025-08-04 08:52:02 +02:00
parent 823eb7d199
commit 1ad2c62a22
@@ -123,4 +123,5 @@ class Usecase:
GlobalId=ifcopenshell.guid.new(),
OwnerHistory=ifcopenshell.api.owner.create_owner_history(self.file),
Name=self.settings["name"],
MethodOfMeasurement="BaseQuantities" if self.settings["name"].endswith("BaseQuantities") else None,
)