PCG - Combine points from separate graphs

Does anybody know how I can get the points generated from PCG graph A into PCG graph B? It’s for pruning at the end after all points are generated. For my purposes, I need to have separate graphs … but the pruning operation needs to take place on one point cloud… that’s why I’m trying to figure out how to merge the separate graph’s point data.

Try Union

1 Like

you solve this one?