我想在多个 CAD 文件(例如文件夹中的所有文件)上运行 autoLISP。基本上,打开文件(DWG),运行 LISP(包括保存文件)并关闭。我是 LISP 的新手,但对 Python 不太陌生。
是否可以使用 Python 运行批处理?我知道如何用 Python 程序打开文件,但不知道如何运行 LISP。或者,有人知道如何使用 LISP 运行批处理吗?
到目前为止,我发现的解决方案涉及第三方软件和 C#。另外,我正在运行 AutoCAD-MEP 2018 和 Python 3.5。
python autocad autolisp
autocad ×1
autolisp ×1
python ×1