Display full version of the post: AutoLISP to change layer data

brianWLB
22.05.2009, 20:51
My civil engineering company creates survey AutoCADD files with one set of layers, to be sent to architects we are working with, but these layers are different (in name, color, etc.) than the layers we use in our office.  I'm looking for a LISP that will convert the "architect" layers to our layers. does anyone know of a LISP (or functions to create one) that can modify the name, color, and linetype of existing layers in a drawing?
Thanks,
Brian

msplcdykee69
23.05.2009, 14:12
There is already a tool in CAD that does this once you set it up. In your standard AutoCAD toolbars it is called CAD Standard. It has a layer translater.  We use this at our company to when we get drawings from surveyors/architects.  Works great if they keep within their own standards as well. I hope this helps.

brianWLB
26.05.2009, 21:00
I have heard of the layer translater, but I was hoping to have a competely automated layer translater since the both sets of layers will always be the same.