Overlay relative xref path with lisp

Discussion in 'AutoCAD' started by rbosley, Apr 23, 2004.

  1. rbosley

    rbosley Guest

    We use a simple lisp routing embedded in our right click menu to bypass the xref manager dialog box when overlaying xrefs. These all come in with hard paths.

    (defun c:eek:v ()
    (command "-xref" "o" "~"))

    Since 2004 allows different path type selections, is there a way to choose the path type through lisp?
     
    rbosley, Apr 23, 2004
    #1
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.