mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +00:00
sqlite_entity - define file
This commit is contained in:
@@ -449,6 +449,10 @@ class sqlite_entity(entity_instance):
|
||||
info.update(self.sqlite_wrapper.attribute_cache)
|
||||
return info
|
||||
|
||||
@property
|
||||
def file(self) -> sqlite:
|
||||
return self.sqlite_wrapper.file
|
||||
|
||||
|
||||
class sqlite_wrapper:
|
||||
def __init__(self, id: int, ifc_class: str, file: sqlite):
|
||||
|
||||
Reference in New Issue
Block a user