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

Method get_inverse

src/ifcopenshell-python/ifcopenshell/file.py:903–908  ·  view source on GitHub ↗
(
        self,
        inst: ifcopenshell.entity_instance,
        allow_duplicate: Literal[False] = False,
        with_attribute_indices: bool = False,
    )

Source from the content-addressed store, hash-verified

901
902 @overload
903 def get_inverse(
904 self,
905 inst: ifcopenshell.entity_instance,
906 allow_duplicate: Literal[False] = False,
907 with_attribute_indices: bool = False,
908 ) -> set[ifcopenshell.entity_instance]: ...
909 @overload
910 def get_inverse(
911 self,

Calls 3

entity_instanceClass · 0.90
get_inverse_indicesMethod · 0.80
setFunction · 0.50