Hi all, can’t seem to figure this one out: I grab a point from a SOP, and I want to get all the adjacent points (meaning any point that is directly connected to that point with a line) e.g. selecting one of 8 points on a cube would yield 3 adjacent points.
Any ideas? I thought using the prims class in python would be the key, but still haven’t nailed it.