legomir Posted April 13, 2016 Share Posted April 13, 2016 (edited) I try smth like infection by solver sop using point clouds with simple addition work perfectly, but when if statement is time dependent and it is false vex reseting attribute. Why? Or it is a bag? int closedPt[] = pcfind(@OpInput1,"P",@P,10,5); foreach(int pt;closedPt) { int nearInf = point(@OpInput2,"inf",pt); if(nearInf > 0 && @risk > 0.3) { @inf += 1; } } tempCrystal3_toOdforce.hip Edited April 14, 2016 by legomir 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.