Skip to content

PointConnectionUtil

implementation of the point connection utility

PointConnectionUtil

Canonical path: Utils.Connections.PointConnectionUtil.PointConnectionUtil

implementation of the point connection utility

add_point_connection_elements staticmethod

add_point_connection_elements(
    build_ele_list: list[BuildingElement],
    connect_to_elements: ConnectToElements,
)

add the elements from the POINT_CONNECTION value type

Parameters:

get_ele_connector_params staticmethod

get_ele_connector_params(
    build_ele_list: list[BuildingElement],
) -> ElementConnectorParameterList

get the point connection parameter

Parameters:

  • build_ele_list (list[BuildingElement]) –

    list with the building elements

Returns:

Placeholder