unreconciled layer lisp to reconcile layers in many drawings

unreconciled layer lisp to reconcile layers in many drawings

tvella
Participant Participant
975 Views
3 Replies
Message 1 of 4

unreconciled layer lisp to reconcile layers in many drawings

tvella
Participant
Participant

Hi, does someone have a lisp the would reconcile layers in many drawings not just one?

 

Thanks!

0 Likes
976 Views
3 Replies
Replies (3)
Message 2 of 4

pendean
Community Legend
Community Legend
Run this old lisp tip through as many files as you want using something like AUTOSCRIPT or SCRIPTPRO
https://cadtips.cadalyst.com/layer-properties/quickly-reconcile-all-layers

0 Likes
Message 3 of 4

ВeekeeCZ
Consultant
Consultant

I would rather go with this adjustment. It will eat up the error if there are no layers to reconcile in the drawing.

 

(command-s "_.-layer" "_e" "*" "")

0 Likes
Message 4 of 4

maratovich
Advisor
Advisor

lisp.PNG

---------------------------------------------------------------------
Software development
Automatic creation layouts and viewport. Batch printing drawings from model.
www.kdmsoft.net
0 Likes