mapra 3 Posted September 25, 2018 Hey! I was wondering how to copy Geo to points using the Foreach Loop block, but without using a switch. Instead I am trying to use groups to switch between the input Geo. Unfortunately I was not successful yet. Maybe anybody has an idea what I am doing wrong here? Best, M CopyLoop_01.hip Share this post Link to post Share on other sites
davpe 124 Posted September 26, 2018 i don't know how to do it with groups but if you have packed geometry, at each iteration you can only keep the one you want and delete others (which is simple since packed geo is always represented by one point). 1 Share this post Link to post Share on other sites
mapra 3 Posted September 26, 2018 thanks, that should do the trick! would still be interesting if it works with groups as well! Share this post Link to post Share on other sites