Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IfcOpenShell/IfcOpenShell
/ the_object_name_exists
Function
the_object_name_exists
src/bonsai/test/bim/bootstrap.py:172–176 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
170
171
172
def
the_object_name_exists(name):
173
obj = bpy.data.objects.get(name)
174
if
not obj:
175
assert False, f
'The object "{name}" does not exist'
176
return
obj
177
178
179
def
an_ifc_file_exists():
Callers
15
i_rename_the_object_name1_to_name2
Function · 0.70
the_object_name_is_an_ifc_class
Function · 0.70
the_object_name_is_not_an_ifc_element
Function · 0.70
the_object_name_is_in_the_collection_collection
Function · 0.70
the_object_name_is_not_in_the_collection_collection
Function · 0.70
the_object_name_has_a_body_of_value
Function · 0.70
the_object_name_is_placed_in_the_collection_collection
Function · 0.70
the_object_name_has_a_type_representation_of_context
Function · 0.70
the_object_name_is_contained_in_container_name
Function · 0.70
the_object_name1_and_name2_are_different_elements
Function · 0.70
the_object_name1_has_a_boolean_difference_by_name2
Function · 0.70
the_object_name1_has_no_boolean_difference_by_name2
Function · 0.70
Calls
1
get
Method · 0.45
Tested by
no test coverage detected