• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    AutoCAD for Mac

    Reply
    Contributor
    chris
    Posts: 18
    Registered: ‎10-18-2010

    Re: xrefs on network

    01-17-2013 12:03 PM in reply to: alex951978

    im not sure how to specify relative path on Mac, i guess i have only been using default. is it possible to make this the default setting accross all files?

     

    File sharing also seems still to be an issue - i also am having problems with 'read only' warning messages.  on some investigation, seems .dwl & .dwl2 files are not being deleted, struggling to even manyually delete them.  all very strange.  any advice would be great

    Please use plain text.
    Valued Contributor
    Posts: 61
    Registered: ‎04-26-2010

    Re: xrefs on network

    01-17-2013 01:31 PM in reply to: chris

    I always use "No Path".   The problem that I have had with relative path in the past is that it can actually grab a file out of the trash.  Have had this problem on both Mac and Windows platforms in days of yore.

     

    See attached screenshot.

    Please use plain text.
    Contributor
    chris
    Posts: 18
    Registered: ‎10-18-2010

    Re: xrefs on network

    01-17-2013 06:47 PM in reply to: john

    Thanks, that makes sense.  Is it possible to have this activated as a default setting for all xrefs? and is it possible to change that setting on existing drawings with xrefs already attached 

    Please use plain text.
    Contributor
    chris
    Posts: 18
    Registered: ‎10-18-2010

    Re: xrefs on network

    01-17-2013 08:25 PM in reply to: chris

    Also, any thoughts on the .dwl files not beinbg deleted?

    Please use plain text.
    Valued Contributor
    Posts: 61
    Registered: ‎04-26-2010

    Re: xrefs on network

    01-18-2013 07:58 AM in reply to: chris

    Have not figured out how to change the default.  I expect it is a variable buried somewhere in one of the app package files, but I have not taken the time to find it.

     

    If the dwl file is not getting deleted, that generally tends to indicate that users are not properly closing out of the file.  For example, if a user has a bunch of files on the server open on a laptop and they take the laptop home without closing the files before they yank the laptop out of the office, then you will end up with lots of stray dwl files that will cause problems. These all need to be manually deleted.

     

    Also, if autocad crashes then dwl files will be left on the server that need to be manually deleted.

    Please use plain text.
    Employee
    Posts: 43
    Registered: ‎05-13-2009

    Re: xrefs on network

    01-21-2013 08:01 PM in reply to: john

    On AutoCAD 2013 for Windows, there is a new function to switch the xref path type via Xref Manager. See screenshot. But this function is not available on Mac yet. And if you have lot of existing files need to update, this is not convenient.

     

    About deleting the dwl files, you can either delete them manually or use some simple scripts in Terminal Window like:

    rm <folder>/*.dwl

    rm <folder>/*.dwl2

     

    Thanks,
    Wei

     

    Please use plain text.
    *Expert Elite*
    maxim_k
    Posts: 1,752
    Registered: ‎07-22-2010

    Re: xrefs on network

    01-22-2013 11:21 PM in reply to: chris

    chris wrote:

    ..and is it possible to change that setting on existing drawings with xrefs already attached 


     

    Hi Chris,

     

    I'm little bit late, but anyway:

    In order to change Saved path to "No path" you have to put all referenced files to the same folder as your "master" DWG resides, open "master" DWG with Xrefs in AutoCAD, open Reference manager, select Xref you want to change path, in "Found at" field of Reference manager for this reference erase everything, except the name of drawing and hit Return, save drawing - then you will get "No path" for that reference.

     

    Maxim

    Architect
    MARSS

    MacACAD | MARSS


    Please use plain text.