ifcopenshell.util.system

Module Contents

ifcopenshell.util.system.get_connected_from(element: ifcopenshell.entity_instance, flow_direction: FLOW_DIRECTION | None = None) list[ifcopenshell.entity_instance]
ifcopenshell.util.system.get_connected_port(port: ifcopenshell.entity_instance) ifcopenshell.entity_instance | None
ifcopenshell.util.system.get_connected_to(element: ifcopenshell.entity_instance, flow_direction: FLOW_DIRECTION | None = None) list[ifcopenshell.entity_instance]
ifcopenshell.util.system.get_element_systems(element: ifcopenshell.entity_instance) list[ifcopenshell.entity_instance]
ifcopenshell.util.system.get_port_element(port: ifcopenshell.entity_instance) ifcopenshell.entity_instance
ifcopenshell.util.system.get_ports(element: ifcopenshell.entity_instance, flow_direction: FLOW_DIRECTION | None = None) list[ifcopenshell.entity_instance]
ifcopenshell.util.system.get_system_elements(system: ifcopenshell.entity_instance) list[ifcopenshell.entity_instance]
ifcopenshell.util.system.is_assignable(product: ifcopenshell.entity_instance, system: ifcopenshell.entity_instance) bool
ifcopenshell.util.system.FLOW_DIRECTION
ifcopenshell.util.system.group_types: dict[str, tuple[str, Ellipsis]]