mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 02:07:36 +00:00
@@ -640,4 +640,6 @@ class entity_instance:
|
|||||||
assert recursive
|
assert recursive
|
||||||
assert return_type is dict
|
assert return_type is dict
|
||||||
assert len(ignore) == 0
|
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)
|
return ifcopenshell_wrapper.get_info_cpp(self.wrapped_data, include_identifier)
|
||||||
|
|||||||
Reference in New Issue
Block a user