Procedurally fuse pairs of points

   3295   2   0
User Avatar
Member
21 posts
Joined: Feb. 2012
Offline
I'm looking to find a way to take a polygon and fuse pairs of verts on the mesh based upon their unique point attributes. It's unfortunately not as simple as fusing all points with a value over X, it's fusing unique pairs of verts without leaving holes in my polygon.

It's easy enough to do manually but I'm having trouble wrapping my head around ways to do it procedurally, since the input polygon could have multiple unique pairs. I'll want to find a way to skip points that have the ‘fuse’ attribute set to 0 as well.

Does anyone have any tips for this? Thanks much in advance!

Attachments:
multi_fuse.hipnc (75.8 KB)

User Avatar
Member
519 posts
Joined:
Offline
Here you go,

a few expression will do the trick, read the sticky node…

Attachments:
multi_fuse_145.hipnc (85.7 KB)

User Avatar
Member
21 posts
Joined: Feb. 2012
Offline
Awesome! Many thanks, I think this will do the trick perfectly. Some useful expressions I didn't know yet. Thanks again.
  • Quick Links