Zetha Posted December 19, 2018 Share Posted December 19, 2018 Hi, Is it posible to reset the point numbers for each primitive? So the points start counting from 0 in each circunference? If I have 2 circunferences, I want to join the points of each one as in the image. I have used and add node, skip every Nth point. The problema is that if I add more points in the circunferences, the correlation would break. Thanks! Circunferences lines.hip Quote Link to comment Share on other sites More sharing options...
LaidlawFX Posted December 21, 2018 Share Posted December 21, 2018 You can save the point number as an attribute, and then use the add sop based on attribute value. But you can not have point numbers that repeat values. That is how the data entries are stored. Attributes will allow you to have multiple of the same value. Additionally you can do skin, and convert to lines as an alternate for the add sop. Also you can play with the sort sop to organize your points and prim numbers. Quote Link to comment Share on other sites More sharing options...
Zetha Posted December 22, 2018 Author Share Posted December 22, 2018 Thanks for the reply. I don´t understand how to use the add sop based on attribute value. Sort sop worked nicely Quote Link to comment Share on other sites More sharing options...
LaidlawFX Posted December 22, 2018 Share Posted December 22, 2018 I've attached an example where I've created the attribute id in a wrangle sop and and then used the add sops attribute to connect the lines. There are a few more alternatives, depending on what your goal is. Circunferences lines_2.hip Quote Link to comment Share on other sites More sharing options...
Zetha Posted December 23, 2018 Author Share Posted December 23, 2018 Thanks! I will look into it. 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.