mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
Update entity_instance.py after 8ae951d
cc @Andrej730 we need this for validate.buildingsmart.org because for express rule evaluation we depend on include_id=False and entity_instance.__eq__ has been changed to get_info_2.
This commit is contained in:
@@ -640,6 +640,4 @@ class entity_instance:
|
||||
assert recursive
|
||||
assert return_type is dict
|
||||
assert len(ignore) == 0
|
||||
# TODO: remove after bonsai build update.
|
||||
return ifcopenshell_wrapper.get_info_cpp(self.wrapped_data)
|
||||
return ifcopenshell_wrapper.get_info_cpp(self.wrapped_data, include_identifier)
|
||||
|
||||
Reference in New Issue
Block a user