mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-25 00:09:59 +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"
|
data_type = "string"
|
||||||
elif "<real>" in data_type:
|
elif "<real>" in data_type:
|
||||||
data_type = "float"
|
data_type = "float"
|
||||||
|
elif "<number>" in data_type:
|
||||||
|
data_type = "integer"
|
||||||
elif "<integer>" in data_type:
|
elif "<integer>" in data_type:
|
||||||
data_type = "integer"
|
data_type = "integer"
|
||||||
elif "<boolean>" in data_type:
|
elif "<boolean>" in data_type:
|
||||||
|
|||||||
Reference in New Issue
Block a user