General¶
Creating a PythonPart as an interactor allows you to create a PythonPart with full control over the required workflow and full access to the provided Allplan Python-API. The workflow can contain functions like
change the Allplan project
load a drawing file
select an existing element
execute a point input
create a new element (line, wall, PythonPart, …)
execute an IFC, DWG, PDF, … import or export
…
The interactor PythonPart allows workflows to be automated and offers the possibility of creating functionality that does not currently exist in Allplan.