几何尺寸与公差论坛------致力于产品几何量公差标准GD&T (GDT:ASME)|New GPS(ISO)研究/CAD设计/CAM加工/CMM测量

几何尺寸与公差论坛------致力于产品几何量公差标准GD&T (GDT:ASME)|New GPS(ISO)研究/CAD设计/CAM加工/CMM测量 (http://www.dimcax.com/hust/index.php)
-   ObjectARX(C++) (http://www.dimcax.com/hust/forumdisplay.php?f=34)
-   -   【转帖】[求助]arx如何设置打印参数? (http://www.dimcax.com/hust/showthread.php?t=6631)

yang686526 2009-04-16 02:04 PM

【转帖】[求助]arx如何设置打印参数?
 
[求助]arx如何设置打印参数?
[求助]arx如何设置打印参数?
sub example_plot() ' this example sends a plot of the current drawing ' to a file. ' define the plot variable dim currentplot as acadplot set currentplot = thisdrawing.plot ' define the output file name. ' use "" to use the drawing name as the file name. ' note: if the file name exists an error will be generated. dim plotfilename as string plotfilename = "myplot" currentplot.plottofile (plotfilename) end sub
请问如何在arx中编写类似的程序??


所有的时间均为北京时间。 现在的时间是 02:32 PM.