AutoCAD 2007/2008/2009 DWG Format
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Find and Replace symbols
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
245 Views, 5 Replies
06-06-2008 02:39 PM
Is there a way to use the find and replace cmd with symbols instead of text?
Re: Find and Replace symbols
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-06-2008 02:51 PM in reply to:
jcarver
what symbols? are they blocks?
Re: Find and Replace symbols
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-06-2008 02:58 PM in reply to:
jcarver
I don't believe so. however if you are looking to replace one block with another, then use the "blockreplace" command in the Express menu.
*Brad
Re: Find and Replace symbols
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-07-2008 08:53 AM in reply to:
jcarver
The command will only do text, but there may be another way to use quick
select or filters to get all of your symbols. Can you post an example file?
No need for the actual file, just the symbol and a few other objects in a
small drawing file with a few of your layers.
Brad
wrote in message news:5951332@discussion.autodesk.com...
Is there a way to use the find and replace cmd with symbols instead of text?
select or filters to get all of your symbols. Can you post an example file?
No need for the actual file, just the symbol and a few other objects in a
small drawing file with a few of your layers.
Brad
Is there a way to use the find and replace cmd with symbols instead of text?
Re: Find and Replace symbols
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-09-2008 07:30 AM in reply to:
jcarver
It's simple really - I'm change a quite a few circles with digits with a triangle with digits in it. Both of them are in blocks.
*Brad
Re: Find and Replace symbols
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-09-2008 09:04 AM in reply to:
jcarver
Since they are blocks, this is quite simple. Just redefine the block. If
that is not an option, select the blocks using quick select, then use chprop
to move the blocks to a dummy layer just to keep as a backup. Use
PNTCONV.LSP from http://www.dotsoft.com/freestuff.htm to get the coordinates
of the blocks into a text file. Use the coordinate list to build a script
for inserting the new blocks at the old locations. I prefer to use Excel
because I can just cut and paste directly to the command line after
developing the script in Excel. Excel also allows me to do calculations.
See the attached for an example. When done, freeze the dummy layer or
delete the old blocks and dummy layer.
Brad
wrote in message news:5952251@discussion.autodesk.com...
It's simple really - I'm change a quite a few circles with digits with a
triangle with digits in it. Both of them are in blocks.
that is not an option, select the blocks using quick select, then use chprop
to move the blocks to a dummy layer just to keep as a backup. Use
PNTCONV.LSP from http://www.dotsoft.com/freestuff.htm to get the coordinates
of the blocks into a text file. Use the coordinate list to build a script
for inserting the new blocks at the old locations. I prefer to use Excel
because I can just cut and paste directly to the command line after
developing the script in Excel. Excel also allows me to do calculations.
See the attached for an example. When done, freeze the dummy layer or
delete the old blocks and dummy layer.
Brad
It's simple really - I'm change a quite a few circles with digits with a
triangle with digits in it. Both of them are in blocks.
