Replace dimension text/value

Replace dimension text/value

Henrik_Lo
Collaborator Collaborator
1,601 Views
13 Replies
Message 1 of 14

Replace dimension text/value

Henrik_Lo
Collaborator
Collaborator

Hi
Is there a lisp routine the can replace dimension text/value. It need to find the text and replace it with a new one.

Regards

Henrik

0 Likes
1,602 Views
13 Replies
Replies (13)
Message 2 of 14

cadffm
Consultant
Consultant

Unless you have a Lisp,
use QSELECT to find them and change the Textoverride value in your Properties palette[CTRL+1]

Sebastian

0 Likes
Message 3 of 14

Henrik_Lo
Collaborator
Collaborator

HI

I am looking for a simple lisp program to do this, but QSelect is also a fine tool.

Regards

Henrik

0 Likes
Message 4 of 14

hak_vz
Advisor
Advisor

Here is the post on this forum about this subject but some modifications are needed.

Using Qselect is easiest and quickest option.

Miljenko Hatlak

EESignature

Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
0 Likes
Message 5 of 14

Henrik_Lo
Collaborator
Collaborator

HI, thangs for replying, I will take a look into this thread.

Regards

Henrik

0 Likes
Message 6 of 14

TonyRB
Enthusiast
Enthusiast

@TonyRB - this post has been edited due to Community Rules & Etiquette violation.

 

Doesn't work...

0 Likes
Message 7 of 14

Kent1Cooper
Consultant
Consultant

@TonyRB wrote:

Doesn't work....


That is never enough information.

Kent Cooper, AIA
0 Likes
Message 8 of 14

TonyRB
Enthusiast
Enthusiast
I don't have time to be verbose...sorry.
0 Likes
Message 9 of 14

Kent1Cooper
Consultant
Consultant

@TonyRB wrote:
I don't have time to be verbose...sorry.

On the assumption that you posted in hopes of getting some direction on an approach that would work [if not, why bother?], a little bit of verbosity might allow someone to actually help you.  But we can't on the basis of what you posted.  What do you mean by "doesn't work"?  What does the approach in the Message you replied to not do that you want it to, or do that you don't want?  Etc., etc.

Kent Cooper, AIA
0 Likes
Message 10 of 14

pendean
Community Legend
Community Legend

@pendean - this post is being edited to remove content.
@TonyRB wrote:

Doesn't work..


pendean_0-1693240672215.png

 

0 Likes
Message 11 of 14

Kent1Cooper
Consultant
Consultant

@pendean wrote:

Kent1Cooper_0-1693242029590.png


... bearing in mind that in Dimensions, FIND can work only with override text content, not with the actual-measurement text.  You can't FIND all Dimensions of [for example] 1'-4" if that's their text content because it's the actual measurement, and give them override text content to replace or add to that.

 

@TonyRB was replying to @cadffm , whose Message suggested using QSELECT.  [Maybe FIND works in a way that QSELECT "doesn't work" for them -- we can't know yet.]  QSELECT is capable of finding Dimensions by measured value, or by Text override.  We don't know which of those kinds of content is what anyone is looking to find, but both are "reachable" one way or another.

Kent Cooper, AIA
0 Likes
Message 12 of 14

TonyRB
Enthusiast
Enthusiast
Neither method, QSELECT, FIND worked with the Text Override I needed to find...thank you.
0 Likes
Message 13 of 14

Kent1Cooper
Consultant
Consultant

@TonyRB wrote:
Neither method, QSELECT, FIND worked with the Text Override I needed to find...thank you.

FIND should do that if you're talking about Text Override content, not measured value.  In addition to what @pendean pointed out [blue here], make sure the yellow-highlighted options here are on or off appropriately for what you want to find:

Kent1Cooper_0-1693243505887.png

 

Kent Cooper, AIA
0 Likes
Message 14 of 14

TonyRB
Enthusiast
Enthusiast
It worked after I edited the options menu...dummy me.
0 Likes