CHANGING PROPERTIES to MULTIPLE DWGs
CHANGING PROPERTIES to MULTIPLE DWGs
(OP)
I need to change a layer propery (lineweight/linetype) to a drawing database (over 100 cad drawings). How would you consider in going about this? Any ideas....
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting GuidelinesJobs |
CHANGING PROPERTIES to MULTIPLE DWGs
|
RE: CHANGING PROPERTIES to MULTIPLE DWGs
you can use a script with ScripPro
Which AC version?
Lothar
ADT 2004
ACAD 2002
RE: CHANGING PROPERTIES to MULTIPLE DWGs
"Everybody is ignorant, only on different subjects." — Will Rogers
RE: CHANGING PROPERTIES to MULTIPLE DWGs
RE: CHANGING PROPERTIES to MULTIPLE DWGs
maybe borgunits tip is better, but I don't know, how to use it in a batch. Look into the help.
Solution via script:
Download Autodesk Customization Conversion Tools -> make a script file like
CODE
_color
<yourcolor>
<yourlayername>
_ltype
<yourlinetype>
<yourlayername>
_.qsave
HTH Lothar
ADT 2004
ACAD 2002
RE: CHANGING PROPERTIES to MULTIPLE DWGs