call von Test Funktionen dazu in die Menüs. Aufruf einer externen Python Funktion . Rückgabe von Ergebnissen über eine Datei.
This commit is contained in:
@@ -58,6 +58,14 @@
|
||||
)
|
||||
(princ "\n[SSG_LIB] WARNUNG: ILSModulInsert.lsp nicht gefunden!")
|
||||
)
|
||||
;; Tests laden
|
||||
(if (findfile (strcat lisp-pfad "/tests.lsp"))
|
||||
(if (ssg-lib-safe-load (strcat lisp-pfad "/tests.lsp"))
|
||||
(princ "\n[SSG_LIB] tests.lsp geladen.")
|
||||
)
|
||||
(princ "\n[SSG_LIB] WARNUNG: tests.lsp nicht gefunden!")
|
||||
)
|
||||
|
||||
;; OmnifloModulInsert laden
|
||||
(if (findfile (strcat lisp-pfad "/OmnifloModulInsert.lsp"))
|
||||
(if (ssg-lib-safe-load (strcat lisp-pfad "/OmnifloModulInsert.lsp"))
|
||||
|
||||
Reference in New Issue
Block a user