fresiaa Posted June 6, 2020 Share Posted June 6, 2020 hello guys It's houdini 18. I want to use for each node to arrange each number on the y-axis, but it doesn't work. I have attached a file. What's the problem? foreach.hipnc Quote Link to comment Share on other sites More sharing options...
Sean-R Posted June 6, 2020 Share Posted June 6, 2020 You are pointing to the incorrect level, try: `point("../foreach_begin1", @ptnum, "pt_id1", 0)` and centroid("../foreach_begin1", D_X) centroid("../foreach_begin1", D_Y) centroid("../foreach_begin1", D_Z) Also, your foreach_begin Method needs to be set to "Fetch Piece or Point Thanks, Sean Quote Link to comment Share on other sites More sharing options...
fresiaa Posted June 8, 2020 Author Share Posted June 8, 2020 On 2020. 6. 7. at 12:05 AM, Sean-R said: You are pointing to the incorrect level, try: `point("../foreach_begin1", @ptnum, "pt_id1", 0)` and centroid("../foreach_begin1", D_X) centroid("../foreach_begin1", D_Y) centroid("../foreach_begin1", D_Z) Also, your foreach_begin Method needs to be set to "Fetch Piece or Point Thanks, Sean It helped. Thank you. 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.