Omniflo Boegen und Weichen auch durch .py erzeugen und ändern.

This commit is contained in:
2026-06-01 11:08:19 +02:00
parent 35e4e707aa
commit d0373d09f3
13 changed files with 1088 additions and 1277 deletions
+4 -1
View File
@@ -60,9 +60,12 @@
(princ "\n[SSG_LIB] WARNUNG: DXFMAKRO nicht gesetzt, Menue nicht geladen!")
)
;; DBLCLKEDIT deaktivieren (Block-Editor nicht bei Doppelklick oeffnen)
(setvar "DBLCLKEDIT" 0)
;; Python-Module laden (PyRx)
(if menu-pfad
(foreach pymod '("eckrad" "kreisel")
(foreach pymod '("eckrad" "kreisel" "dblclick" "omniflo" "omniflo_boegen" "omniflo_weichen")
(if (findfile (strcat menu-pfad "/lib/elemente/" pymod ".py"))
(progn
(command "PYLOAD" (strcat menu-pfad "/lib/elemente/" pymod ".py"))