
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
There are times when i'd like to label objects such as rectangles that are in a grid. They might have 10 columns and 5 rows, etc. At any rate, I need to label them from Left to Right, and from Top to Bottom.....so Row 1 first, then Row 2, etc. However, when I use ssget to select them....it seems to be arbitrary which objects are where within the selection set list. (perhaps it does it by when each object was created?)
At any rate....is it possible to ssget....select all with a bounding box....then reorder the resulting selection set list by coordinates such that it is now ordered correctly? That would then make labeling it a breeze as you could just step through the list one at a time.
I'm thinking I could compare one vertice of one object to another and rank it somehow.....seems unwieldy. Do you experienced people have a better idea?
Solved! Go to Solution.