Deleting chips in RBD material fracture.

   202   1   1
User Avatar
Member
29 posts
Joined: 10月 2022
Offline
I broke the object using RBD material fracture.
I want to create a chipped effect on the remaining parts and then delete them.
Additionally, I want to remove the inside faces of the remaining parts.
So, I tried deleting the inside using RBD connected faces and RBD disconnected faces, but it deletes even the faces touching the chip, creating holes.
Is there a way to remove the inside while preserving the faces touching the chip?


Attachments:
스크린샷 2024-04-19 113828.png (576.6 KB)
스크린샷 2024-04-19 113906.png (501.2 KB)

User Avatar
スタッフ
360 posts
Joined: 2月 2008
Offline
Use the RBD Connected Faces SOP before deleting geometry, and make sure you enable the Face Name Attribute.
Delete your pieces and chips, then use the RBD Disconnected Faces SOP to remove connected faces. Make sure you enable the Face Name Attribute on that node too.
When using the primitive attribute to store the connected faces, it may not cover ALL connected pieces - with more complex fractures a face could be connected to multiple pieces. Using the Vertex mode instead of Prim mode will store all the connected faces at each vertex instead of 1 per prim. It's normally is enough to avoid unwanted holes around the corners of pieces at the intersection of multiple cutters.

Here's an example hip file.

Attachments:
RBDDeleteInternalFaces.hip (650.0 KB)

  • Quick Links