Jump to content

How to detect inner edges so as to dissolve them


noc2

Recommended Posts

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

image.thumb.png.5405f7b38583f6475a074d1cd88ed8e9.png

 

Link to comment
Share on other sites

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 by tmdag
Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...