mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 17:58:20 +00:00
You can now add and edit monetary units, and basic editing of other unit types.
This commit is contained in:
@@ -9,5 +9,5 @@ class Usecase:
|
||||
for name, value in self.settings["attributes"].items():
|
||||
if name == "AppliedValue" and value is not None:
|
||||
# TODO: support all applied value select types
|
||||
value = self.file.createIfcReal(value)
|
||||
value = self.file.createIfcMonetaryMeasure(value)
|
||||
setattr(self.settings["cost_value"], name, value)
|
||||
|
||||
Reference in New Issue
Block a user