CinnamonMetal Posted March 21, 2019 Share Posted March 21, 2019 I want to or alteast hope I can, since the attribute nrpoints is a vector, return only the X component, compare it's value then append that to a list; but list don't take float values, although I'm not too sure that is true; as it's not true in other languages. The error is with returning the value of the X component of the attribute ? i[]@axisList; if(@nrpoints[0]<1.3){ append(@axisList,@nrpoints); } Quote Link to comment Share on other sites More sharing options...
symek Posted March 21, 2019 Share Posted March 21, 2019 34 minutes ago, CinnamonMetal said: v[]@axisList; if(@nrpoints.x<1.3){ append(@axisList,@nrpoints); } 1 Quote Link to comment Share on other sites More sharing options...
CinnamonMetal Posted March 21, 2019 Author Share Posted March 21, 2019 (edited) Sorry, I didn't mention as detail attribute ? In other words, I'm running rather then points or primitives; detail. Edited March 21, 2019 by CinnamonMetal 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.