revelationsr Posted January 18, 2017 Share Posted January 18, 2017 Hi there. I am sure this is a simple question and maybe I am just to blind to see it. I have a few dozen curves in a group. These curves are of varying lengths and point numbers. I would like a add an attribute to each point on these curves. This attribute should be 1 on the first point and two on the second so on and so on for the first curve. The same for the second and third and so on. I suspect I need to do this with a for loop but I just don't know how to go about this. Cheers Quote Link to comment Share on other sites More sharing options...
younglegend Posted January 20, 2017 Share Posted January 20, 2017 You can use a connectivity SOP to isolate the curves by primitives and give a point attribute with ($PT+1), inside a for-each loop. Cheers! Quote Link to comment Share on other sites More sharing options...
revelationsr Posted January 20, 2017 Author Share Posted January 20, 2017 That's great. Will try it soon. 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.