ikarus Posted July 31, 2013 Share Posted July 31, 2013 is there a way to issue a break in a foreach sop/vop iteration? ie in code for(i=0,i>10,i++){x[i] = y[i];if (x[i] = z[i])break;}[/CODE] Quote Link to comment Share on other sites More sharing options...
kleer001 Posted August 1, 2013 Share Posted August 1, 2013 Yup, inside the foreach SOP just put that expression in a switch between what you're doing to the incoming geometry and a null (so you don't get any more geo) or the virgin incoming geometry (so your geo doesn't change). Quote Link to comment Share on other sites More sharing options...
ikarus Posted August 1, 2013 Author Share Posted August 1, 2013 novel, thanks 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.