noc2 Posted March 23, 2019 Share Posted March 23, 2019 Hi; I'm having a wee bit of a problem trying to get Houdini to detect internal edges so as to dissolve them with a dissolve sop later on. I can have Hou to pseudo-detect these edges through halfedges, but just can't translate it into a viable edge selection to dissolve them. Any help would be wildly appreciated Thanx and Cheers; AJ Quote Link to comment Share on other sites More sharing options...
tmdag Posted March 23, 2019 Share Posted March 23, 2019 (edited) in situation described above, you could use 2 edge group nodes. First one: selecting all edges Second one: (with same name) selecting "unshared edges" and set its merge to "substract from existing" - this way you will get automatically selected shared edges. which later on you could pass to dissolve. if you are able to select your half edges in vex already, you probably have their points so you could use function like: setedgegroup(geoself(), "myedges", srcPT, dstPT, 1); to create edge group based on your points. Edited March 23, 2019 by tmdag Quote Link to comment Share on other sites More sharing options...
anim Posted March 23, 2019 Share Posted March 23, 2019 alternatively Divide SOP with Remove Shared Edges will do the same Quote Link to comment Share on other sites More sharing options...
noc2 Posted March 24, 2019 Author Share Posted March 24, 2019 Thanx so much Albert and Tomas. I got the gist Cheers and thanx again; AJ 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.