我想在 .dwg 文件的所有块上运行 ATTOUT 例程,使用核心控制台来自动化应用程序。
我在我的 AutoCAD 2016 安装的 Express 文件夹中使用默认的“attout.lsp”,因为我想在所有块上使用它并且不需要选择特定块。
我试过了 :
accoreconsole.exe /i C:/<pathing_to_my_dwg_file>/sample1.dwg /s test-attout.scr
其中 test-attout.scr 是:
(load "attout.lsp" "/omg it"s not working)
结果如下:
`Redirect stdout (file: C:\Users\lboey\AppData\Local\Temp\accc64962).
AutoCAD Core Engine Console - Copyright Autodesk, Inc 2009-2013.
Regenerating layout.
Regenerating model.
..
**** System Variable Changed ****
1 of the monitored system variables has changed from the preferred value. Use SY
1 of the monitored system variables has changed from the preferred value. Use SY
SVARMONITOR command to view changes.
Command:
Command:
Command:
Command: (load "attout" "omg it's not loading")_quit
Command:`
我是 AutoCAD 的新手,非常感谢任何建议。
谢谢大家!!