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:
-
build_ele_list
(list[BuildingElement]
) –list with the building elements
-
connect_to_elements
(ConnectToElements
) –elements for the to connection
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:
-
ElementConnectorParameterList
–connection elements
Placeholder