Missing filter function

Discussion in 'AutoCAD' started by Pieter Souvereyns, Jul 8, 2004.

  1. In earlier releases the filter command was a function.
    And it was possible to use the build filterlist (though the dialog of
    filter) in other lisp routines by using the variable AI_LISP|*UNNAMED.

    At this way you could use the filter function to create the actual filtering
    and to get a polyline for the fence or the crossing.
    Is there an other variable now or is it become impossible?

    (ssget "CP" list_coordinates AI_LISP|*UNNAMED)

    Or is it possible to use filter with a crossing polyline?

    Pieter
     
    Pieter Souvereyns, Jul 8, 2004
    #1
  2. (ssget "CP" list_coordinates '((0 . "CIRCLE") (8 . "Test")))

    Read up on ssget and selection set filtering in the Developer's Guide.

    --
    R. Robert Bell


    In earlier releases the filter command was a function.
    And it was possible to use the build filterlist (though the dialog of
    filter) in other lisp routines by using the variable AI_LISP|*UNNAMED.

    At this way you could use the filter function to create the actual filtering
    and to get a polyline for the fence or the crossing.
    Is there an other variable now or is it become impossible?

    (ssget "CP" list_coordinates AI_LISP|*UNNAMED)

    Or is it possible to use filter with a crossing polyline?

    Pieter
     
    R. Robert Bell, Jul 8, 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.