lines missing in print

lines missing in print

Anonymous
Not applicable
317 Views
3 Replies
Message 1 of 4

lines missing in print

Anonymous
Not applicable
here is the problem, I run a batch program that opens and print the selected drawing, sometimes ONLY sometimes the print will be missing parts of the drawing, like one sheet out of 25 sheets will have this problem.
the program I wrote does the following before the print
command is sent
1. resets the UCS to world
2. ThisDrawing.Application.ZoomExtents
3. ThisDrawing.Application.Update
4. ThisDrawing.Regen (acAllViewports)
any ideas?
0 Likes
318 Views
3 Replies
Replies (3)
Message 2 of 4

Anonymous
Not applicable
never mind theres nothing wrong with my code,
I looked in the print group and it sounds like autocad
has the problem with HP printes.
0 Likes
Message 3 of 4

Anonymous
Not applicable
Just a thoughts
Perhaps any of lines are on
unplottable layers?
Open layer manager and check it

~'J'~
0 Likes
Message 4 of 4

Anonymous
Not applicable
no, all layers are printable,
I can run the program one time and some of the drawings
will be missing some objects then I can run it again and
there will be no missing objects.
0 Likes