Batch Plotting for AutoCAD LT

Batch Plotting for AutoCAD LT

nathan_burgessD3F2K
Community Visitor Community Visitor
422 Views
2 Replies
Message 1 of 3

Batch Plotting for AutoCAD LT

nathan_burgessD3F2K
Community Visitor
Community Visitor

Hi guys,

 

I'm currently doing some volume work where I have 15 project files that each house 5 visibility states with each one housing a dynamic block that represents a facade frontage. I was wondering if anyone has a script or an idea on how to batch plot all the layouts in the file of one visibility state and save it as a single combined pdf before then filtering into the next visibility state and repeating the process again. Any help would be great!!

0 Likes
423 Views
2 Replies
Replies (2)
Message 2 of 3

Moshe-A
Mentor
Mentor

@nathan_burgessD3F2K  hi,

 

if you have at least LT 2024 you can use this function to switch visibility

 

(setpropertyvalue ename "Visibility1" "your visibility state name")

 

to iterate layouts use (layoutlist) function

 

does that put you on track?

 

Moshe

 

0 Likes
Message 3 of 3

Sea-Haven
Mentor
Mentor

I use ghostscript to combine PDF's into one PDF. Its free software. Using a lisp program to plot the layouts then run Ghostscript to join back into a single PDF. Have used it on 88 layouts.

 

Need the Effective name of your dynamic block and the names of all the visibility states. In your layouts do you use one title block and is it located relevant to 0,0, need name also. Then may be able to do something as code I have uses window for plot selection.

 

 

 

 

0 Likes