Find a dimension by it's length with a fuz factor?

Discussion in 'AutoCAD' started by hutch, Aug 8, 2003.

  1. hutch

    hutch Guest

    The dimension is stored as data in my application.
    A typical dimension might be 12'-0 1/2" or 144.5
    but the following ssget doesn't find it because the dimension
    is actually "144.425" (for instance).

    (ssget "x" (list (cons 0 "Dimension") (cons 42 "144.5")))

    how can I do this but incorporate a 'fuzz' factor so that my app finds the
    dimension?
     
    hutch, Aug 8, 2003
    #1
  2. Jason Piercey, Aug 8, 2003
    #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.