Jump to content

qselect of a dimension style


itacad

Recommended Posts

Hi, I can't perform an operation that I consider trivial and that is a quick selection of all the dimensions with the same dimension style.
For this type of operation there is the qselect command, but it doesn't seem to work
In the "object type" menu it offers "rotated dimension" and not a simple and banal dimension and by choosing "rotated dimension" I am unable to select any object

 

Thanks for any suggestions

Link to comment
Share on other sites

Here's a potential solution. It's a little clunky, but it worked for me.

 

Use the FILTER command. In the "select filter" pane, choose "dimensions" then "Add to List". Press the "Apply" button. You're asked to select objects. You can use any legitimate option, such as a window, "ALL", or whatever you prefer. Because of the filter, though, you only select the dimensions.

 

You have the option to add "dimension style" to your filter. That may allow you to do what you want.

 

If filtering doesn't work, someone may be able to whip up a quick LISP function for you. In fact, Lee Mac has probably already written it.

Link to comment
Share on other sites

Thanks, I know the filters and I use them, they are very powerful so I knew this solution but I was thinking I was doing something wrong with qselect

Link to comment
Share on other sites

47 minutes ago, itacad said:

Thanks, I know the filters and I use them, they are very powerful so I knew this solution but I was thinking I was doing something wrong with qselect

Well, if it's any consolation, something similar happened to me. I selected one dimension, but when I used Select Similar, I got zero results. Apparently, dimensions aren't even similar to themselves. Even a dynamic block is similar to itself.

Link to comment
Share on other sites

I drew 3 dims HOR, VER & Aligned if you look at dxf code 3 = dimension style but multiple 100 codes the ver & hor were AcDbRotatedDimension" but the aligned was "AcDbAlignedDimension" so could do a lisp defun that has specific dimension properties and makes a selection set matching.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...