I have 237 points in space.
I’ve projected them onto a series of surfaces(ceiling panels)
I want to list which points are on which surface.
The final deliverable would be either
A tree where each panel’s list of points starts at 0 or 1.
A master list of points (0 to 237) and the tree shows each branch is a panel number, and each list inside that branch is a list of point numbers which are included for that surface.
There are a few ways of doing this, a lot will depend on other conditions that you may have in the project as a whole. Joseph’s Surface Closest Point can handle a lot of potential variations.
I’m not sure #2 makes sense? But #1 is available from the Cull Pattern in my previous post and this one. This version adds a branch slider (blue group) to select one ceiling panel (shown in white) and its list of points (shown in black).
Right now the panels start from 0. Wasn’t sure if you wanted that or 1 like with the wool-string identifiers. Also, panels without strings are not listed… I suppose I could create (panel# - string0) for those if you wanted.
P.S. I was out when you posted this so it didn’t register with me:
I don’t agree with one-based numbering.
In my text panels (“Points per Panel” and “Index Values”), branch paths are ceiling tile IDs.
P.P.S. It seems to me that I went to the trouble of creating the complex white group for nothing
Its sole purpose was to generate “Index Values” to make a pointless connection between the initial list of random points (‘Strand tops’) and list of points in each branch (ceiling tile).
Who cares The initial list of random points is irrelevant once they are “assigned” to ceiling tiles, eh? The post two days ago, marked as “Solution”, is all you need. Again, branch paths are ceiling tile IDs. Some have one or more points, most have none. DONE