blempereur Posted April 2, 2013 Share Posted April 2, 2013 Good day, I'm looking for a way to delete inline points from a polygon line. Thank's, Quote Link to comment Share on other sites More sharing options...
melazoma Posted April 2, 2013 Share Posted April 2, 2013 If you mean deleting all points except the first and the last in a polyline, how about in a Blast SOP's Group parameter, enter: 1-`npoints("../" + opinput(".", 0))-2` Quote Link to comment Share on other sites More sharing options...
blempereur Posted April 2, 2013 Author Share Posted April 2, 2013 Not really, I want to delete every points that are alined in a polyline. The polyline can be complexe. RemoveInlinePts_01.hipnc Quote Link to comment Share on other sites More sharing options...
blempereur Posted April 2, 2013 Author Share Posted April 2, 2013 I've just find a solution. Using a Facet SOP with Remove Inline Points. Sorry for that 1 1 Quote Link to comment Share on other sites More sharing options...
ford77 Posted April 2, 2013 Share Posted April 2, 2013 facet sop, turn on remove inline points. Quote Link to comment Share on other sites More sharing options...
acey195 Posted April 3, 2013 Share Posted April 3, 2013 You can do the same thing with a refine node: set to: Unrefine U range from 0 to 1 move the tolerance bar for the wanted result. I don't know if this is actually faster, but it is also a possibility Quote Link to comment Share on other sites More sharing options...
zarti Posted April 3, 2013 Share Posted April 3, 2013 if , one day , you have accidentally uninstalled Facet and Refine SOPs .. (", ) .. here is a home_made version . -- DIY_remInlinePntz.hipnc -- .cheers 1 Quote Link to comment Share on other sites More sharing options...
blempereur Posted April 3, 2013 Author Share Posted April 3, 2013 Good trick. Really thank's 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.