Jump to content

Recommended Posts

Posted

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 :x anyway lets not get off topic

 

cheers

Posted

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.

Posted
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.

 

 

Could you break these steps down for us? :geek:

Posted

just bringing up the thread again, im not too sure what you mean NBC

im not familiar with writing scripts .

  • 4 weeks later...
Posted

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

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...