diff --git a/src/ifcopenshell-python/ifcopenshell/api/pset/add_qto.py b/src/ifcopenshell-python/ifcopenshell/api/pset/add_qto.py index fa15cb8529..695ca21dd8 100644 --- a/src/ifcopenshell-python/ifcopenshell/api/pset/add_qto.py +++ b/src/ifcopenshell-python/ifcopenshell/api/pset/add_qto.py @@ -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, )