mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 01:41:57 +00:00
entity_instance: switch to use of declaration as a property
Fixes most of the bonsai tests.
This commit is contained in:
@@ -765,6 +765,7 @@ class entity_instance(entity_instance_mixin):
|
||||
file_: Any
|
||||
id_: Any
|
||||
def data(self, *args): ...
|
||||
@property
|
||||
def declaration(self) -> declaration: ...
|
||||
def file_pointer(self):
|
||||
"""Internal IfcFile pointer address.
|
||||
|
||||
Reference in New Issue
Block a user