mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-13 10:57:49 +00:00
Add support for integer data types in bsdd
This commit is contained in:
@@ -328,6 +328,7 @@ class Bsdd(bonsai.core.tool.Bsdd):
|
||||
data_type_map = {
|
||||
"String": "string",
|
||||
"Real": "float",
|
||||
"Integer": "integer",
|
||||
"Boolean": "boolean",
|
||||
}
|
||||
imported_props = set()
|
||||
|
||||
Reference in New Issue
Block a user