Message 1 of 11
Different behavior with same scr code between accoreconsole.exe and AutoCad GUI command with a specific dwg file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to print a png with script below(save as cad2png.scr):
-PLOT
Y
Model
PublishToWeb PNG.pc3
P
N
W
-1326.42,-1250.0
46615.8,20025.57
F
C
N
.
N
V
R
"testVR.png"
Q
N
N
Y
1. If I type the code one by one in AutoCad GUI command, it works perfect
But if I use command as accoreconsole /i test.dwg /s cad2png.scr
The result is empty white image
The test dwg is below: