anicg Posted February 2, 2022 Share Posted February 2, 2022 Attached hipfile Grid has 4 points. I need to copy 4 geometries, but each one should take a point, this way 4 geos 4 points. Box point 0 sphere point 1 torus point 2 platonic solid point 3 copy_one_unique.hiplc Quote Link to comment Share on other sites More sharing options...
tamagochy Posted February 2, 2022 Share Posted February 2, 2022 Add same integer attributes to the points and geo and use this attribute in piece attribute on copy to points SOP Quote Link to comment Share on other sites More sharing options...
Rival Consoles Posted February 4, 2022 Share Posted February 4, 2022 Another solution, without attributes, would be create a group for each point (4 group nodes) and a group for each object then use copy to points for each point. Specify the source and target groups for each point, there you have it. tamagochy's approach is quicker and less nodes though thus faster computing. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.