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

    CAD Managers

    Reply
    Active Member
    Posts: 7
    Registered: ‎08-20-2008
    Accepted Solution

    Attaching Xref

    328 Views, 3 Replies
    02-23-2012 04:09 PM

    When we attach an exref we have to set the layer first, (XREF) and then attach the file we want.

    I'm looking for a way to simplfy the process by combining the two tasks.

     

    For one, it seems I'm not on the "right" layer when I attach an xref often.

     

    I was thinking of a custom icon perhaps on a toolbar that when launched would first set the layer to XREF and then proceed to attaching the XREF

     

    Appreciate you help.

    Mark

     

     

    Please use plain text.
    Mentor
    skintsubby
    Posts: 470
    Registered: ‎09-29-2004

    Re: Attaching Xref

    02-23-2012 11:26 PM in reply to: ldcadman

    Try adding the follow macro to an icon

     

    ^C^C_-layer;m;xref;c;white;xref;^C^C_-xref;a;

     

    It will create layer "Xref" and give it the colour white, then open your xref manager.

     

    Mark

    Please use plain text.
    Active Member
    Posts: 7
    Registered: ‎08-20-2008

    Re: Attaching Xref

    02-24-2012 05:26 AM in reply to: ldcadman

    Thank you for your reply.

    I'm wondering what will happen if the file I attempt to attach an Xref with that command line if it already has a layer xref?

     

    Mark

    Please use plain text.
    *Expert Elite*
    pendean
    Posts: 14,891
    Registered: ‎11-06-2003

    Re: Attaching Xref

    02-24-2012 07:52 AM in reply to: ldcadman

    The macro above uses -LAYER command's MAKE sub-option: look it up in HELP, it works without worries about if the layer is already in the file or not.


    Dean Saadallah LT BLOG | RSS Feed | LT Tips | PINS
    Please use plain text.