Skip to content

BuildingElementDockingPoints

Script for BuildingElementInput

BuildingElementDockingPoints

Canonical path: BuildingElementDockingPoints.BuildingElementDockingPoints

Definition of class BuildingElementDockingPoints

__init__

__init__(element: BaseElementAdapter, path: str)

Initialization of class BuildingElementInput

Parameters:

  • element (BaseElementAdapter) –

    element for the docking points

  • path (str) –

    Python script path

get_docking_points

get_docking_points(file_name: str, parameter_data: list[str]) -> tuple[
    list[tuple[str, Point3D]],
    list[tuple[str, Point3D]],
    list[tuple[str, Point3D]],
]

get the docking points

Parameters:

  • file_name (str) –

    file name of the pyp file

  • parameter_data (list[str]) –

    parameter data of the selected PythonPart

Returns:

Placeholder