mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-18 22:33:33 +00:00
Fix #3488. Minor regression in IFC4X3 mapping.
This commit is contained in:
@@ -315,7 +315,7 @@ class file(object):
|
|||||||
"""
|
"""
|
||||||
eid = kwargs.pop("id", -1)
|
eid = kwargs.pop("id", -1)
|
||||||
|
|
||||||
e = entity_instance((self.schema, type), self)
|
e = entity_instance((self.schema_identifier, type), self)
|
||||||
|
|
||||||
# Create pairs of {attribute index, attribute value}.
|
# Create pairs of {attribute index, attribute value}.
|
||||||
# Keyword arguments are mapped to their corresponding
|
# Keyword arguments are mapped to their corresponding
|
||||||
|
|||||||
Reference in New Issue
Block a user