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:
-
python_part_ele(BaseElementAdapter) –PythonPart element
-
str_table(BuildingElementStringTable) –string table
-
material_str_table(BuildingElementMaterialStringTable) –material string table
Returns:
-
tuple[list[BuildingElement], list[BuildingElementControlProperties]]–list of building elements, list of control properties list
Placeholder