mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-13 10:57:49 +00:00
Fix bug in where IfcCountMeasure and similar properties were not editable
This commit is contained in:
@@ -175,6 +175,8 @@ class Data:
|
||||
data_type = "string"
|
||||
elif "<real>" in data_type:
|
||||
data_type = "float"
|
||||
elif "<number>" in data_type:
|
||||
data_type = "integer"
|
||||
elif "<integer>" in data_type:
|
||||
data_type = "integer"
|
||||
elif "<boolean>" in data_type:
|
||||
|
||||
Reference in New Issue
Block a user