freeok 发表于 2015-9-9 10:58:38

如何调出PLOT页面。。。

求教:
(command "_plot" " ");这个后面不进行详细设置,而直接调出图示PLOT页面呢?谢谢!

Andyhon 发表于 2015-9-9 11:45:40

Use the following sequence of function calls to make AutoCAD display the Plot dialog box:

(initdia)
(command "_.PLOT")

freeok 发表于 2015-9-9 15:19:58

Andyhon 发表于 2015-9-9 11:45 static/image/common/back.gif
Use the following sequence of function calls to make AutoCAD display the Plot dialog box:

(initd ...

Thank you very much!!!
页: [1]
查看完整版本: 如何调出PLOT页面。。。