Skip to content

BuildingElementParameterUtil

implementation of the building element parameter utility

BuildingElementParameterUtil

Canonical path: Utils.General.BuildingElementParameterUtil.BuildingElementParameterUtil

implementation of the building element parameter utility

fill_parameter_from_python_part staticmethod

fill_parameter_from_python_part(
    build_ele: BuildingElement,
    python_part: BaseElementAdapter,
    org_and_copy_ele_guids: dict[str, str],
)

fill the parameter of the building element from the python part

Parameters:

  • build_ele (BuildingElement) –

    building element with the parameter properties

  • python_part (BaseElementAdapter) –

    Python part element adapter

  • org_and_copy_ele_guids (dict[str, str]) –

    original and copy element guids

Placeholder