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:

  • Tuple[List[Tuple[str, Point3D]], List[Tuple[str, Point3D]], List[Tuple[str, Point3D]]]

    docking points