Das Wissen aller Anwender nutzen

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.

Es erwarten Sie:

  • Foren-Vielfalt aus CAD Architektur, CAD Ingenieurbau uvm.
  • Tipps von User für User
  • international: Deutsch, Englisch, Italienisch, Französisch und Tschechisch

Melden Sie sich jetzt an und diskutieren Sie mit!

Zur Registrierung

[Frage] Add an already existing symbol via pythonparts [Gelöst]


Hello,

I need to add some 2D objects (symbols) onto a wall via pythonparts. I can't find a function that could help me select a symbol on my library and add it to the project. Does a function like this exist?
I'm beginnning on pythonparts so all help is welcomed.

Thank you

Lösung anzeigen Lösung verbergen

Hello,

you can use the LibraryElement, which is shown in the PythonPart example LibraryElement (located in the folder BasisExamples).

If you need more info, please let me know.

Best regards
Horst

Hello,

you can use the LibraryElement, which is shown in the PythonPart example LibraryElement (located in the folder BasisExamples).

If you need more info, please let me know.

Best regards
Horst

Thanks a lot, that's exactly what i've been searching for but I couldn't find it anywhere.