doc Posted January 27, 2013 Share Posted January 27, 2013 Hi, Anybody know a way to procedurally close a poly curve? I can't use consolidate points on a facet because the points aren't close enough. I thought about about using an add to make a line that would join point 1 and $NPT-1 put that won't work because the point order of my curve is all over the place. Any ideas? Quote Link to comment Share on other sites More sharing options...
magneto Posted January 27, 2013 Share Posted January 27, 2013 Have you tried the Ends SOP with Close U set to Close Straight? Quote Link to comment Share on other sites More sharing options...
doc Posted January 31, 2013 Author Share Posted January 31, 2013 I did, but that didn't work, but setting it to unroll did do the trick. However there curve still behaved as if it was open when i skinned it in a later operation. To solve that problem I converted the curve to nurbs, sorted based on vertex order, removed all the geometry with an add sop and then reconstructed the curve with another add sop and set it to closed. worked like a charm 2 Quote Link to comment Share on other sites More sharing options...
Benra Posted February 8, 2018 Share Posted February 8, 2018 Thanks doc. That worked a treat!. Quote Link to comment Share on other sites More sharing options...
konstantin magnus Posted October 10, 2020 Share Posted October 10, 2020 Using VEX in a primitive attribute wrangle: setprimintrinsic(0, 'closed', i@primnum, 1, 'set'); 1 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.