Visual LISP, AutoLISP and General Customization
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Position of RECORD PLOT for layouts

0 REPLIES 0
Reply
Message 1 of 1
hcanas
196 Views, 0 Replies

Position of RECORD PLOT for layouts

I had the followign lisp code. that record the layout plotted to a file,

but I recording the same first layout...

 

help please with the (PLOT_log)... thank you in advance for your help....

=============================

;; Add the layout names to the array

(foreach item lstLayouts
      (progn (vlax-safearray-put-element arLayouts arSize item)
             (setq arSize (1+ arSize)))

 )

 

;; Plot the layout to the device
(vla-SetLayoutsToPlot (vla-get-Plot doc) arLayouts)
(vla-PlotToDevice (progn (vla-get-Plot doc) 

           (PLOT_log)                    <<< ===== I DID TRY IT DIFFERENT POSITIONS
      )

)

DC
0 REPLIES 0

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report

”Boost