
CAD discussion forum - ask any CAD-related questions here, share your CAD knowledge on AutoCAD, Inventor, Revit and other Autodesk software with your peers from all over the world. To start a new topic, choose an appropriate forum.
Please abide by the
rules of this forum.
This is a peer-to-peer forum. The forum doesn't replace the official direct technical support provided by ARKANCE for its customers.
How to post questions: register or login, go to the specific forum and click the NEW TOPIC button.
Author |
Topic Search Topic Options
|
tariq
Groupie
Joined: 31.Oct.2007
Location: Oman
Using: 2018
Status: Offline
Points: 67
|
Topic: Changing Title Text Posted: 04.Jun.2014 at 05:18 |
Hi
any one help me i want to change title text from above 1000 dwgs Is it possible to change all text one time through any command.
|
Tariq Mehmood
|
 |
John Connor
Senior Member
Joined: 01.Feb.2011
Location: United States
Using: AutoCAD 2018
Status: Offline
Points: 7175
|
Posted: 04.Jun.2014 at 12:23 |
One option would be to batch process the folder containing the 1000+ drawings using a script. Once started the script will open a drawing, make the change, possibly do a purge and audit along with a zoom > extents then save the drawing. The script keeps repeating the procedure for all the drawings in the folder until it is done. The drawback is if the script encounters something it was unprepared for then it will stop. You could find yourself coming in the next day expecting all the drawings to have been revised and saved only to find that only a few drawings had been revised before the script stop working.
|
"Humans have a strength that cannot be measured. This is John Connor. If you are reading this, you are the resistance."
<<AutoCAD 2015>>
|
 |
tariq
Groupie
Joined: 31.Oct.2007
Location: Oman
Using: 2018
Status: Offline
Points: 67
|
Posted: 05.Jun.2014 at 09:13 |
thanks for reply. i will try to do with this. basically i had one command for this kind of work but i forget through that command we can change all dwgs text in side of folder.
|
Tariq Mehmood
|
 |
John Connor
Senior Member
Joined: 01.Feb.2011
Location: United States
Using: AutoCAD 2018
Status: Offline
Points: 7175
|
Posted: 05.Jun.2014 at 09:37 |
You had one command to do this previously? Perhaps it was a custom lisp routine.
|
"Humans have a strength that cannot be measured. This is John Connor. If you are reading this, you are the resistance."
<<AutoCAD 2015>>
|
 |
cbuchert
Newbie
Joined: 05.Nov.2012
Location: United States
Using: AutoCAD2012, Revit2012, Inventor2012, ArchiCAD15
Status: Offline
Points: 2
|
Posted: 12.Jun.2014 at 03:01 |
What type of object are you trying to change? Is it text? mtext? A field?
|
 |
cbuchert
Newbie
Joined: 05.Nov.2012
Location: United States
Using: AutoCAD2012, Revit2012, Inventor2012, ArchiCAD15
Status: Offline
Points: 2
|
Posted: 12.Jun.2014 at 03:02 |
And are you working in a sheet set or are they disparate drawings?
|
 |
tariq
Groupie
Joined: 31.Oct.2007
Location: Oman
Using: 2018
Status: Offline
Points: 67
|
Posted: 12.Jun.2014 at 11:42 |
thanks
Mtext
i want to change mtext form dwg but without open dwg. because i had lisp cammand but i forget. i changed one by one but its very hard.
|
Tariq Mehmood
|
 |
John Connor
Senior Member
Joined: 01.Feb.2011
Location: United States
Using: AutoCAD 2018
Status: Offline
Points: 7175
|
Posted: 12.Jun.2014 at 13:34 |
It was probably a lisp program that used ObjectDBX much like Lee Mac's custom program called "Batch Find & Replace Text". Here is a description of the program......
This program uses ObjectDBX to perform multiple text replacements on the
current drawing, all open drawings, or a complete directory
(and optionally subdirectories) of drawings. The program has the
ability to search Text, MText, Block Attributes, Multileader Text,
Table Cell Text, Dimension Override Text and all of these items within
Block Definitions.
Edited by John Connor - 12.Jun.2014 at 16:09
|
"Humans have a strength that cannot be measured. This is John Connor. If you are reading this, you are the resistance."
<<AutoCAD 2015>>
|
 |
tariq
Groupie
Joined: 31.Oct.2007
Location: Oman
Using: 2018
Status: Offline
Points: 67
|
Posted: 12.Jun.2014 at 15:25 |
You are right.
|
Tariq Mehmood
|
 |