Results 1 to 2 of 2

Thread: Updating blocks nested within Dynamic Blocks

  1. #1
    Member
    Join Date
    2007-07
    Posts
    18
    Login to Give a bone
    0

    Default Updating blocks nested within Dynamic Blocks

    We have MANY dynamic blocks. These DBs are made of of smaller blocks, or "parts". We have thousands of "parts." When we update a block (a "part") we need to update the block in each Dynamic Block. We need a fast and simple way to do this, without opening each DB individually. We also need a way to purge old or bad blocks out of our library.

  2. #2
    The Silent Type RobertB's Avatar
    Join Date
    2000-01
    Location
    Seattle WA USA
    Posts
    5,859
    Login to Give a bone
    0

    Default Re: Updating blocks nested within Dynamic Blocks

    If you are truly using a block for the "part" then all you need to do is update the part block definition and all other blocks that are nesting that block will automatically be updated. This works great where the DBlocks are stored in a library drawing file.

    However, if you are storing your DBlocks as individual files then you are going to need to either write an AutoCAD script file (.scr) to hop into each drawing and insert the updated block definition, or write some code that would do the same thing.

    A script can easily handle the purge.
    R. Robert Bell
    Design Technology Manager
    Stantec
    Opinions expressed are mine alone and do not reflect the views of Stantec.

Similar Threads

  1. updating dynamic blocks from one dwg to another
    By chrispw in forum Dynamic Blocks - Technical
    Replies: 6
    Last Post: 2011-04-08, 06:34 PM
  2. Updating blocks w/in dynamic blocks
    By mattr.143859 in forum CAD Management - General
    Replies: 9
    Last Post: 2010-11-12, 06:21 PM
  3. Updating blocks nested within Dynamic Blocks
    By mattr.143859 in forum CAD Management - General
    Replies: 1
    Last Post: 2009-09-28, 01:09 PM
  4. Updating blocks w/in dynamic blocks
    By mattr.143859 in forum Dynamic Blocks - Technical
    Replies: 2
    Last Post: 2009-05-21, 01:31 PM
  5. Updating Dynamic Blocks
    By KRISTIVETTE in forum AutoCAD LT - General
    Replies: 10
    Last Post: 2007-12-28, 04:24 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •