hampuseh Posted February 21, 2019 Share Posted February 21, 2019 Hello! I have a line that has a coouple of points. I want my normals of these points to point towards the x and -x direction step by step. So point 0 will point at x, point 1 will point at -x, point 2 will point at x.. etc. How would I do this? Thanks in beforehand Quote Link to comment Share on other sites More sharing options...
OliverStock Posted February 21, 2019 Share Posted February 21, 2019 (edited) Here are the first two solutions that came to my mind. One involves scripting and modulo, the other one grouping by range. ModuloNormals.hipnc Edited February 21, 2019 by OliverStock Quote Link to comment Share on other sites More sharing options...
hampuseh Posted February 21, 2019 Author Share Posted February 21, 2019 Thank you so much for your solutions, both make sense and I can't believe I totally forgot about group by range.. Cheers! 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.