Skip to content

PythonPartParameterDataUtil

implementation of the PythonPart parameter data utilities

PythonPartParameterDataUtil

Canonical path: Utils.PythonPart.PythonPartParameterDataUtil.PythonPartParameterDataUtil

implementation of the PythonPart parameter data utilities

get_data staticmethod

get_data(
    python_part_ele: BaseElementAdapter,
    str_table: BuildingElementStringTable,
    material_str_table: BuildingElementMaterialStringTable,
) -> tuple[list[BuildingElement], list[BuildingElementControlProperties]]

initialize

Parameters:

Returns:

  • tuple[list[BuildingElement], list[BuildingElementControlProperties]]

    list of building elements, list of control properties list

Placeholder