Page 1 of 1

FIND command

Posted: Wed Mar 12, 2008 9:10 pm
by asia
is there a command in IntelliCAD which is similar with the FIND command in autocad, so that lookin for a specific mark in a huge plan is easier?

Posted: Thu Mar 13, 2008 6:32 pm
by John Finlay
asia,

As I understand the Find command just finds text or mtext in a drawing.

Is that what you are looking for?

Posted: Tue Mar 18, 2008 7:53 am
by asia
John Finlay wrote:asia,

As I understand the Find command just finds text or mtext in a drawing.

Is that what you are looking for?
John,

Yes, find command looks for a certain text in a set of drawings (like in an a steel erection plan),then after finding the text, the drawing zooms on the target where it is placed on the middle of the screen.

You can then replace that particular text or all the same text in a single command.

Thanks,

asia

Posted: Tue Mar 18, 2008 3:57 pm
by John Finlay
asia,

There are plenty of Lisp routines that can do the same thing.

I Google'd "Find Replace Lisp Autocad" and here is a link to just one and there are plenty more.

/http://www.dailyautocad.com/autolisp/au ... plication/

You could try "Find Zoom Lisp" and combine the Routines,

Re: FIND command

Posted: Sun Nov 10, 2024 3:39 am
by ZettaSmith
use the FIND or QSELECT command to search for specific text or objects in your drawing.

Re: FIND command

Posted: Sun Nov 10, 2024 8:36 pm
by charlieoliver
es, IntelliCAD has a command similar to AutoCAD's FIND command for searching text. In IntelliCAD, you can use the FIND function to locate and replace text within a drawing, making it easier to search for specific annotations or marks on a large plan. To use it, go to the Edit menu, select Find and Replace, then enter the text you're looking for. This can help you quickly locate elements without having to manually scroll through the drawing.