Author Topic: change layer properties in multiple dwg  (Read 2097 times)

0 Members and 1 Guest are viewing this topic.

Peter Guappa

  • Guest
change layer properties in multiple dwg
« on: August 22, 2013, 10:18:59 AM »
Hi,

I need to change the color, linetype and lineweight of a layer in multiple (>6000) drawings.
The layername is the same in all the drawings.

Layername = axis (in all dwg)
color: 7 ->  1
ltp: continuous -> hidden
lwt: default -> 0.2

What would be the best way to do this?

Thx

Matt__W

  • Seagull
  • Posts: 12955
  • I like my water diluted.
Re: change layer properties in multiple dwg
« Reply #1 on: August 22, 2013, 10:24:10 AM »
Autodesk Expert Elite
Revit Subject Matter Expert (SME)
Owner/FAA sUAS Pilot @ http://skyviz.io

Lee Mac

  • Seagull
  • Posts: 12921
  • London, England
Re: change layer properties in multiple dwg
« Reply #2 on: August 22, 2013, 10:36:30 AM »
If you don't mind the drawings being saved to native format (that is, the highest drawing version available in the host application), you could use my ObjectDBX Wrapper function to process the drawings without opening them.

Peter Guappa

  • Guest
Re: change layer properties in multiple dwg
« Reply #3 on: August 22, 2013, 10:56:02 AM »
Thx Lee Mac, this is brilliant!!!

Lee Mac

  • Seagull
  • Posts: 12921
  • London, England
Re: change layer properties in multiple dwg
« Reply #4 on: August 22, 2013, 11:11:30 AM »
Thank you Peter - I'm glad it helps  :-)