Jump to content

How can I merge multiple pieces of geometry into one(using boolean union)?


rayalez

Recommended Posts

Hi! I'm loading an .obj file that contains multiple pieces of geometry(with different names). I want to apply Boolean to every pair of them, to union them into one big object.

I'm assuming I'll probably need to use the for loop somehow, but I can't seem to figure it out. Can you help me out?

Link to comment
Share on other sites

Sorry, nevermind, I think I figured it out.

If you copy "foreach_begin" node and switch method to "Fetch Feedback", it will return the output from the previous loop.

So I just plug that into boolean node, and it works great!

 

merge-multiple-pieces.png

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