• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • AutoCAD 2007/2008/2009 DWG Format

    Reply
    Contributor
    Posts: 13
    Registered: ‎02-22-2007

    Find and Replace symbols

    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?
    Please use plain text.
    Contributor
    Posts: 22
    Registered: ‎05-15-2008

    Re: Find and Replace symbols

    06-06-2008 02:51 PM in reply to: jcarver
    what symbols? are they blocks?
    Please use plain text.
    Distinguished Contributor
    Posts: 130
    Registered: ‎06-09-2007

    Re: Find and Replace symbols

    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.
    Please use plain text.
    *Brad

    Re: Find and Replace symbols

    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?
    Please use plain text.
    Contributor
    Posts: 13
    Registered: ‎02-22-2007

    Re: Find and Replace symbols

    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.
    Please use plain text.
    *Brad

    Re: Find and Replace symbols

    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.
    Please use plain text.