StevenMc Posted July 17, 2009 Posted July 17, 2009 hi i was wondering if there is a shortcut or faster way of reconciling layers in a drawing. heres my scenario- when i open a drawing to print, it says there a re unreconciled layers in the drawing. so i have to go into the LayerManager and highlight all the unreconciled layers, then right click, then reconcile layers. this can be very frustrating when the drawings arent yours so i cant batch plot them because of the page setups are all different anyway lets not get off topic cheers Quote
NBC Posted July 17, 2009 Posted July 17, 2009 set up a script file that sets system variables LAYEREVALCTL to a value of 0 LAYEREVAL to a value of 0 LAYERNOTIFY to a value of 0 then run a batch program to run the above script on your relevant drawing files. Quote
Zorg Posted July 17, 2009 Posted July 17, 2009 set up a script file that sets system variablesLAYEREVALCTL to a value of 0 LAYEREVAL to a value of 0 LAYERNOTIFY to a value of 0 then run a batch program to run the above script on your relevant drawing files. Could you break these steps down for us? Quote
StevenMc Posted July 21, 2009 Author Posted July 21, 2009 just bringing up the thread again, im not too sure what you mean NBC im not familiar with writing scripts . Quote
NBC Posted August 14, 2009 Posted August 14, 2009 Your script file should look something similar to: setvar LAYEREVALCTL 0 setvar LAYEREVAL 0 setvar LAYERNOTIFY 0 This should remove all the notifications you keep getting. If you are struggling with how to run the script file in many drawings, may I suggest you search for something called X-Batch Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.