Skip to content

Building Element Docking Points

Class full path: BuildingElementDockingPoints.BuildingElementDockingPoints

Definition of class BuildingElementDockingPoints

Functions

__init__(element, path)

Initialization of class BuildingElementInput

Parameters:

Name Type Description Default
element BaseElementAdapter

element for the docking points

required
path str

Python script path

required

get_docking_points(file_name, parameter_data)

get the docking points

Parameters:

Name Type Description Default
file_name str

file name of the pyp file

required
parameter_data List[str]

parameter data of the selected PythonPart

required

Returns:

Type Description
Tuple[List[Tuple[str, Point3D]], List[Tuple[str, Point3D]], List[Tuple[str, Point3D]]]

docking points