Why it is impossible to select text or dimensions from side views?
Imagine text stacked on several levels, how to pick the right one? Anyone has a trick or workaround?
Can you send us an image of what you are talking about?
Itâs simple:
imagine having building plans stacked vertically
if you want to group them individually, itâs impossible from top view and difficult from perspective view.
Youâd use, naturally, side views, but when selection windows is dragged over selected objects it pics everything but text and dimensions. They are non-existing in side views or low-angle perspective views:
notice disappearing dimensions
You are right. Once you turn the dimensions at a steep angle they disappear. Have never noticed that.
That would select all of them. See the top of the post.
Iâm interested in selecting elements on a certain height only.
Nope. That would create huge number of layers.
Looks like 4 levels; without a 3dm file, just guessing.
You are talking about this exact case, I am talking about general problem where you are unable to select text and dimension from side views.
Do a test.
- Place any text + dimension
- Array it vertically, any number
- Try to select anything from front/back/right/left views.
Yes I am; thought you were too.
Dunno. Plan ahead? Each floor level on its own layer?
Hypothetical question; hard to answer. Specific question; usually solvable.
Cheers
Yeah, it was deliberately designed this way, I thinkâŚ
There are some scripted workarounds possible - for example selecting all dimension objects on a specific Z level - would that help in this case?
Yeah, it would. Howâd you do that?
Hang on a few, I need to modify one of my existing scripts to accept dimensionsâŚ
Please extend it for text as wellâŚ
Hereâs script # 1 - It will look at all the dimensions and texts that are selectable on a plane parallel to world XY and if some are found, it will analyze the total range of levels. You can then choose a range of levels within that to select (like a âsliceâ). Entering the same value for min and max Z level will select only a elements exactly on that level.
This is not incredibly useful perhaps - it is adapted from a script for selecting a series of contour curves by Z level, but it was the fastest to modify.
I will put out a second one shortly, that will have you select one text or dimension from each level you need and it will select all of the other elements on the same level - that I think will be more useful.
SelAnnByZLevel.py (1.9 KB)
You maybe want to spell my name rightâŚ
(e and not a in the last name)
Ooops. Really sorry. Already corrected.
No problem. Itâs actually similar to the way most people pronounce it when they read it - âHey-Nickâ. But itâs actually supposed to be pronounced âHi-Nickâ Go figure.
Merde. Forgot to change one of the variable names in the reporting section⌠Fixed, re-download from link above.