MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / get

Method get

src/ifcopenshell-python/ifcopenshell/geom/main.py:346–347  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

344 if has_occ:
345
346 def get(self):
347 return wrap_shape_creation(self.settings, ifcopenshell_wrapper.Iterator.get(self))
348
349 def __iter__(self) -> Generator[IteratorOutput, None, None]:
350 if self.initialize():

Callers 15

__iter__Method · 0.95
test_streamFunction · 0.45
test_settingsMethod · 0.45
test_polyhedral_settingFunction · 0.45
check_metadata_fieldsMethod · 0.45
get_select_membersFunction · 0.45
get_entity_attributesFunction · 0.45
validateFunction · 0.45
create_iterFunction · 0.45

Calls 1

wrap_shape_creationFunction · 0.85

Tested by 7

test_streamFunction · 0.36
test_settingsMethod · 0.36
test_polyhedral_settingFunction · 0.36
check_metadata_fieldsMethod · 0.36