+ Reply to Thread
Results 1 to 4 of 4
  1. #1
    Full Member
    Discipline
    Civil
    Using
    AutoCAD 2012
    Join Date
    Apr 2009
    Location
    Sydney, Australia
    Posts
    28

    Drawing Attaching XREFS to many drawings (methods)

    Registered forum members do not see this ad.

    Maybe somebody can help?

    If I have several hundred drawings, For example;

    Drawing1.dwg
    Drawing2.dwg
    Drawing3.dwg
    ..etc..

    and several hundred Xrefs;

    XCdrg1.dwg
    XCdrg2.dwg
    XCdrg3.dwg
    ..etc...

    Now, I need to do the following;

    attach XCdrg1.dwg to Drawing1.dwg
    attach XCdrg2.dwg to Drawing2.dwg
    attach XCdrg3.dwg to Drawing3.dwg
    ..etc...

    What is the quickest method? Script? (I have approximately 800 drawings and 800 xrefs and for CAD management reasons they need to be individual drawing files)

    Cheers
    H

  2. #2
    Forum Deity MSasu's Avatar
    Discipline
    Construction
    MSasu's Discipline Details
    Occupation
    engineer
    Discipline
    Construction
    Details
    AutoLISP programmer
    Using
    AutoCAD 2013
    Join Date
    Mar 2009
    Location
    Brasov, Romania
    Posts
    2,994

    Default

    I would go with the script solution - please check the suggestions from this previous thread.
    Regards,
    Mircea

    AutoCAD's happy user equation: FILEDIA + PICKADD² + PICKFIRST = 3

  3. #3
    Super Member RobDraw's Avatar
    Using
    AutoCAD 2011
    Join Date
    Apr 2007
    Location
    Connecticut, USA
    Posts
    1,213

    Default

    Drawing TrueView will bind or insert the XREFs and has many other options available during conversion including purge and audit and many ways to save your files. I have never put it to use but this looks like a great archiving tool.
    Rob

  4. #4
    Forum Deity BlackBox's Avatar
    Using
    Civil 3D 2011
    Join Date
    Nov 2009
    Posts
    3,937

    Default

    Registered forum members do not see this ad.

    Using a Script is the simplest solution, IMO.

    It's easy to setup using ScriptPro, or even Excel, and is reasonably fast given the simplicity of the task. I would however suggest that you should still code your task using LISP. It just makes the Script all that much easier to write.

    The only other options are to either use ObjectDBX, but this also requires you be adept at coding in Visual LISP, using the Layout(Block) Objects, and the AttachExternalReference Method... Not as 'simple' as coding a Script, but significantly faster.

    The only other option (even more complex than the last), is to use .NET/ObjectARX and/or RealDwg, which requires significantly more resources (both knowledge and software)... But, again, this is even faster than ObjectDBX. This is overkill, given the simplicity of the stated task, but available.

    HTH
    "Potential has a shelf life." - Margaret Atwood

Similar Threads

  1. Attaching Multiple tif's to separate drawings?
    By ahb001 in forum AutoCAD Drawing Management & Output
    Replies: 8
    Last Post: 16th Apr 2012, 07:07 pm
  2. Attaching Objects, Attaching Vertex, Cutting holes
    By evanesp26 in forum 3D Modelling
    Replies: 1
    Last Post: 8th Feb 2010, 07:50 am
  3. Revising drawings & xrefs
    By Doove in forum AutoCAD Drawing Management & Output
    Replies: 5
    Last Post: 18th Jun 2009, 02:29 pm
  4. Attaching drawings and preserving ps viewports
    By philco in forum AutoCAD General
    Replies: 14
    Last Post: 14th Oct 2007, 04:02 pm
  5. xrefs crashing drawings
    By Kate M in forum AutoCAD Drawing Management & Output
    Replies: 3
    Last Post: 12th Sep 2003, 07:10 pm

Bookmarks

Posting Permissions

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