Results 1 to 5 of 5

Thread: 2014 external xref updating

  1. #1
    I could stop if I wanted to
    Join Date
    2009-10
    Posts
    262
    Login to Give a bone
    0

    Default 2014 external xref updating

    I would like to be able to update multiple xrefs externally (outside of autocad), then not update upon opening.

    The reason being xrefs of dynamic blocks that are complex cause delays upon opening. I would like to bypass those delays, or at least make the user not have to sit and watch them.

    Is there a code available for this?
    If not where should I start?
    Last edited by mbrandt5; 2015-05-20 at 12:48 PM.

  2. #2
    Administrator rkmcswain's Avatar
    Join Date
    2004-09
    Location
    Earth
    Posts
    9,805
    Login to Give a bone
    0

    Default Re: 2014 external xref updating

    Let me see if I understand.

    You have drawing A, and drawings B, C, and D are xrefed into A.

    You want to edit B, C, and D, and then open A and have it NOT load the latest updates of B, C, and D?
    R.K. McSwain | CAD Panacea |

  3. #3
    I could stop if I wanted to
    Join Date
    2009-10
    Posts
    262
    Login to Give a bone
    0

    Default Re: 2014 external xref updating

    I want to get rid of the delay of loading the latest versions od A, B, and C...I'm just assuming that the reason it takes so long to open is because its loading updating the newest drawing

    So If it was preloaded and didn't reload on open figured that may work

  4. #4
    Administrator rkmcswain's Avatar
    Join Date
    2004-09
    Location
    Earth
    Posts
    9,805
    Login to Give a bone
    0

    Default Re: 2014 external xref updating

    I don't get what you mean by "preloaded".

    You can prevent the xrefs from loading at all by:
    (1) moving them from their saved path
    (2) making sure they are not in the same folder as the parent drawing
    (3) making sure they are not in a folder that is in the support file search path.
    Otherwise, they are going to load when you open the parent drawing.

    You could also UNLOAD (but keep attached) the xrefs.

    Lastly you could set INDEXCTL to 3 in the child drawings and then clip the xrefs and/or freeze unneeded xref layers. This will help performance too.
    More info on that: About Improving Performance When Using Xrefs
    R.K. McSwain | CAD Panacea |

  5. #5
    Administrator BlackBox's Avatar
    Join Date
    2009-11
    Posts
    5,719
    Login to Give a bone
    0

    Default Re: 2014 external xref updating

    You might also consider the XREF settings in OPTIONS, exporting each dynamic block into N number of static blocks, or upgrade your workstation/network/server hardware.


    Cheers
    "How we think determines what we do, and what we do determines what we get."

    Sincpac C3D ~ Autodesk Exchange Apps

    Computer Specs:
    Dell Precision 3660, Core i9-12900K 5.2GHz, 64GB DDR5 RAM, PCIe 4.0 M.2 SSD (RAID 0), 16GB NVIDIA RTX A4000

Similar Threads

  1. Updating a simple lisp routine to Autocad 2014
    By Danoposada320107 in forum AutoLISP
    Replies: 6
    Last Post: 2014-01-02, 10:53 PM
  2. 2013: Schedule Updating from external RVT
    By irneb in forum Revit Architecture - General
    Replies: 3
    Last Post: 2013-01-30, 05:36 PM
  3. AutoCAD LT 2007 - Xref does not show in External Reference manager
    By tiffany.amorgan in forum AutoCAD LT - General
    Replies: 2
    Last Post: 2006-12-06, 02:51 PM
  4. Replies: 2
    Last Post: 2006-09-01, 01:42 PM
  5. Updating an Xref
    By BCrouse in forum AutoCAD General
    Replies: 3
    Last Post: 2004-08-19, 09:11 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
  •