ssget Rotated and Diameter type dimensions

Discussion in 'AutoCAD' started by Kevin Nehls, Jul 29, 2003.

  1. Kevin Nehls

    Kevin Nehls Guest

    I cannot figure out how to easily filter for Rotated and/or Diameter type
    dimensions. I'd really rather not have to cycle through each entity in a
    selection set and you can't use this:

    (setq DimSS (ssget "x"
    '((0 . "DIMENSION")
    (100 . "AcDbRadialDimension")
    )
    )
    )

    As there are multiple entries for the 100 code. I've looked into trying to
    use the vla-select stuff, but can't wrap my head around it and it's starting
    to make my head throb ;)
     
    Kevin Nehls, Jul 29, 2003
    #1
  2. Kevin Nehls

    Kevin Nehls Guest

    Thanks Jason. Looks like I'll have to end up cycling through each entity,
    what a pain... ;)
     
    Kevin Nehls, Jul 29, 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.