Results 1 to 2 of 2

Thread: Block definition variable

  1. #1
    Member
    Join Date
    2012-07
    Posts
    5
    Login to Give a bone
    0

    Default Block definition variable

    Presently if I insert a block into my drawing - and a block with the same name exists - the newly inserted block takes on the definition which exists in the receiving drawing . How do I reverse this i.e. I wan't to be able to overwrite the existing block definition by inserting the new wblock version.

    (using AutoCAD 2012)

  2. #2
    Certified AUGI Addict cadtag's Avatar
    Join Date
    2000-12
    Location
    Cairo - no, not Illinois
    Posts
    5,069
    Login to Give a bone
    0

    Default Re: Block definition variable

    If you use the Browse button on the insert dialog, and go through the file system for the updated block definition, it should prompt you asking if the block should be redefined.

    Aleternativel, you can do it at the command line,

    Command: (command ".insert")
    .insert Enter block name or [?]: nil
    Enter block name or [?]: oldblock=newblock


    where oldblock is the name of the block in your drawing, and newblock is the fullpath and file name of the new block definition.

Similar Threads

  1. un-erase a block definition
    By matthew.wiseman in forum Dot Net API
    Replies: 2
    Last Post: 2010-01-26, 03:24 PM
  2. Duplicate Block definition
    By rmk in forum AutoCAD General
    Replies: 3
    Last Post: 2008-08-22, 04:51 PM
  3. Renaming block definition
    By jbeaman in forum Dynamic Blocks - Technical
    Replies: 4
    Last Post: 2007-08-09, 01:09 PM
  4. Replies: 0
    Last Post: 2006-10-11, 09:10 PM
  5. Block Definition
    By rhayes.99001 in forum ACA General
    Replies: 1
    Last Post: 2006-03-10, 08:17 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
  •