WaldoB Posted September 11, 2013 Share Posted September 11, 2013 I have a polygon curve that I want to split at each uv interval: The red dots is where I want to split the curve. How would I go about doing this? Thanks Waldo Quote Link to comment Share on other sites More sharing options...
Robert Posted September 16, 2013 Share Posted September 16, 2013 See attached file. I have created a line with some uv's first. Because the uv's for a line are perfectly aligned with 1 axis they could be cut with the clip node. To actually cut the line itself I first use the point node to transform every point to it's uv coordinate, then clip it and finally convert it back to its old position. In this example I used 3 clip nodes but you should put this in a loop. The carve node at the end helps to visualize where the new primitives start. cutAtUvs.hipnc 1 Quote Link to comment Share on other sites More sharing options...
WaldoB Posted January 23, 2014 Author Share Posted January 23, 2014 Thank you for your response. 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.