Jump to content

search texts in several dwg simultaneously...


leonucadomi

Recommended Posts

I would like to know if this is possible and how?

 

I appreciate any comments

Link to comment
Share on other sites

Use ODBX, open your dwgs one by one, save results in a list and close searched dgws.

Store the results in al list, note name and path.

No need for a third-party-tool.

Link to comment
Share on other sites

2 minutes ago, wkplan said:

Use ODBX, open your dwgs one by one, save results in a list and close searched dgws.

Store the results in al list, note name and path.

No need for a third-party-tool.

 

I reckon most LISPs and automation could be seen as a third party tool....

Link to comment
Share on other sites

Isn't Object DBX a "third party tool"?

 

Plus, you actually didn't detail how to do this method.

  • Like 1
Link to comment
Share on other sites

Yes it is possible as SLW210 but also via LISPs

 

For LISP you'll want to use a batch LISP routine - something like ScriptPro or Lee Macs Script writer to assess each drawing. These will run a LISP to search text strings, so now all you need is that....

 

If you are using a script you want minimum user interface, anything without a dialogue box, I think this is the basis of what I use:

https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/find-and-replace-text/td-p/5649883

(I refer to it in my LISP find and replace). Modified to record what it finds into a text file.

 

 

Is it normal text you are searching for? If the text will be for example in a title block, again Lee Mac has a solution with his MacAtt tools, https://lee-mac.com/macatt.html

Link to comment
Share on other sites

6 hours ago, SLW210 said:

Isn't Object DBX a "third party tool"?

- ODBX is provived by autodesk

 

Plus, you actually didn't detail how to do this method.

- search this forum, there are plenty of examples

 

Edited by wkplan
Link to comment
Share on other sites

what I want is not to replace texts.

I am looking to open several dwg.

then search for a text string in the open dwg.

I would like the tool to tell me in which dwg the text I am looking for is in.

 

try to install  DwgSearch | AutoCAD | Autodesk App Store

 

I use the 2013 version Autocad :( 

and I couldn't install

 

 

 

Link to comment
Share on other sites

an apology, I already saw that what I need is done 

Batch Find & Replace Text by Master LEE

 thanks

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...