Remove redundant points after boolean

   2918   3   2
User Avatar
Member
7 posts
Joined: 3月 2021
Online
After boolean node in Houdini,
if the polygon 's line is not idealization,
always leaves a lot of points
(shown in green circle,though I know it is very useful to keep modelling),
I usually go to manually delete it again into the next phase of work,
I want to know is there clever way to remove it,
instead of one by one manually remove points,
-------from a lover of Houdini.
Edited by geodhk - 2022年2月16日 22:05:32

Attachments:
boolean.hiplc (162.0 KB)
boolean.png (1.3 MB)

User Avatar
Member
7762 posts
Joined: 9月 2011
Offline
They aren't really 'extra' points, they're where the hypothetical triangulated versions of non-planar faces intersect with the cutter.

Removing them would generate a profile that lies either inside or outside the intersecting mesh.

Disable de-triangulate on the changed faces and you'll see the triangles that connect up these so called extra points.

If you really want to remove them, but don't care that it changes the shape of the intersection profile, use a group expression sop with the 'point valence' preset. Select points with a valence of 2 and blast that group.
Edited by jsmack - 2022年2月16日 22:23:31
User Avatar
Member
7 posts
Joined: 3月 2021
Online
jsmack
They aren't really 'extra' points, they're where the hypothetical triangulated versions of non-planar faces intersect with the cutter.

Removing them would generate a profile that lies either inside or outside the intersecting mesh.

Disable de-triangulate on the changed faces and you'll see the triangles that connect up these so called extra points.

If you really want to remove them, but don't care that it changes the shape of the intersection profile, use a group expression sop with the 'point valence' preset. Select points with a valence of 2 and blast that group.

very tankyou !This is exactly what I want!I get
User Avatar
Member
27 posts
Joined: 1月 2022
Offline
Reading this topic made think about the "Labs Delete Small Parts" node, I think it's worth sharing, very useful node. Not sure if you would use in this case though.

Docs page here: https://www.sidefx.com/docs/houdini/nodes/sop/labs--delete_small_parts.html [www.sidefx.com]
Houdini Indie / Windows
"Art exists so that reality does not destroy us" - Friedrich Nietzsche
  • Quick Links