Hi All
I have a script which renames rebar, but the problem is it needs to rename in a certain order specifically. Say I click and drag over then the first select needs to be 1 in the order
Hi All
I have a script which renames rebar, but the problem is it needs to rename in a certain order specifically. Say I click and drag over then the first select needs to be 1 in the order
@staylor any ideas?
Springs package has SelectElements(ordered), but you have to select each element one at a time and in the order you want. If you want to utilize window or crossing selection methods, then you will have to figure out a sorting method using a specific key value. You may can try to use the rebar locations in relation to a pick point and sort by the coordinates. One closest to the pick point is first and so on. Other than that, I don’t have any good ideas.