Fuse/combine Boolean Pieces with same name attribute

   710   1   0
User Avatar
Member
65 posts
Joined: Jan. 2019
Offline
Hi,

I'm trying to "fuse" together boolean pieces with the same name attribute and can't seem to get the last step. Basically, I want to reduce the smaller pieces by combining them with their neighbor (based on attribute transfer distance, in this case).

In the file provided, I have fracture a geo with boolean, grouped the result into "big" and "small" groups, transfered the name attribute from the large pieces onto the smaller ones...and then I'm stuck. If I use an exploded view, the smaller pieces are "fused" to the larger ones, but once I send the geo into a sim, the pieces are not seen as one chunk.

Note: I realize this can be done with an rbdcluster node, but I was trying to find another way on my own.

Thanks for any help!
Edited by TheDude123 - May 9, 2023 11:12:41

Attachments:
Boolean_Fracture_Fuse_Small.hip (399.3 KB)

User Avatar
Member
56 posts
Joined: April 2008
Offline
You should override the name attribute before sim if you modified it.
In this case, checking on the option "create convex hull per set of connected primitives"
of the RBDpackobject is recommended.

Attachments:
Boolean_Fracture_Fuse_Small_v2.hip (413.2 KB)

  • Quick Links