Can anyone share the python code which runs automatically, when you click the python-part image in the palette instead of opening the UI palette!
Thanks in advance!
Primoz
Im Allplan Connect Forum tauschen sich Anwender aus, geben wertvolle Tipps oder beraten sich bei ganz konkreten Aufgabenstellungen − auch international.
Und damit wirklich keine Frage unbeantwortet bleibt, unterstützen die Mitarbeiter des Technischen Supports ebenfalls aktiv das Forum.
Melden Sie sich jetzt an und diskutieren Sie mit!
Can anyone share the python code which runs automatically, when you click the python-part image in the palette instead of opening the UI palette!
Thanks in advance!
Primoz
Hi Primoz,
do you mean the code for the preview drawing inside the palette? This is done by
def create_preview(build_ele_list, _build_ele_composite, _doc):
"""
Creation of object preview
"""
Best regards
Horst