QSelect in a LISP Routine

Discussion in 'AutoCAD' started by CLS, Sep 28, 2004.

  1. CLS

    CLS Guest

    Hi All,

    How can I access the sub features in the QSelect command.

    I want to select all the lines in a drawing and change the linescale to 1.

    Thanks
    Chad
     
    CLS, Sep 28, 2004
    #1
  2. CLS

    T.Willey Guest

    You can make a selection set with filter through lisp like
    (setq ss (ssget "x" '((0 . "LINE"))))

    or you can use the built in "filter" command to select only lines.

    Tim
     
    T.Willey, Sep 28, 2004
    #2
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.