mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-19 03:33:48 +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)
|
info.update(self.sqlite_wrapper.attribute_cache)
|
||||||
return info
|
return info
|
||||||
|
|
||||||
|
@property
|
||||||
|
def file(self) -> sqlite:
|
||||||
|
return self.sqlite_wrapper.file
|
||||||
|
|
||||||
|
|
||||||
class sqlite_wrapper:
|
class sqlite_wrapper:
|
||||||
def __init__(self, id: int, ifc_class: str, file: sqlite):
|
def __init__(self, id: int, ifc_class: str, file: sqlite):
|
||||||
|
|||||||
Reference in New Issue
Block a user