ssget blocks that contain attributes

Discussion in 'AutoCAD' started by jclaidler, May 14, 2004.

  1. jclaidler

    jclaidler Guest

    How can I change the following:

    (setq ss (ssget "X" (list (cons 0 "INSERT"))))

    to select blocks that contain attributes only ??
     
    jclaidler, May 14, 2004
    #1
  2. jclaidler

    Jeff Mishler Guest

    (setq ss (ssget "X" (list (cons 0 "INSERT")(cons 66 1))))
     
    Jeff Mishler, May 14, 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.