Jump to content

Select / Delete inside Primitives


schmigel

Recommended Posts

Is there a way to procedurally select primitives that are inside a mesh?
I tried mask by feature and ray but cannot find a way to select the inside primitives.

In the images I show the primitives that are inside (selected manually).

1.PNG

2.PNG

Link to comment
Share on other sites

Hey!
Inside faces can be tricky. Here are a few ways that might be able to help you that I can think of right now:
1. Are the inside faces detached from the rest of the geo? If so have a look at the "measure" and "connectivity" nodes. The connectivity can give you an "id" attribute for each detached piece and the "measure" node can measure the surface area of each piece. So if the primitives are detached then they will be a lot smaller than the main model so you should be able to then just do a blast based on the attribute value from the measuring.

2. Depending on how the model is you could maybe have a look at the "unshared edges" option in the "group" node. Just add a "group" node, then disable "base group" and then inside "include by edges" check the "unshared edges" checkbox. This should add any primitive with edges that don't connect to another primitive to the group, then you can blast it. This could of course cause other issues if there are other places in your model that also have unshared edges but could be worth a try.

Hope one of those can help you solve your problem.

Link to comment
Share on other sites

Hi underscoreus, I appreciate your reply.
Unfortunately none of the options could work because the inside meshes are not separated and they share edges with the exterior primitives.
I've found a way using FUSE + BOOLEAN on itself. It kinda work but I guess I need to test on different meshes to be sure that it'll work on many different scenarios.

  • Like 1
Link to comment
Share on other sites

Try taking a look at this entagma tutorial from 15:40-20:00 -- He uses a vdb's sdf value to move points from inside the mesh to the surface -- you could probably modify this approach to fit your needs.

 

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...