10

I have Cube model and Cylinder model. I want to make a hole inside Cube by Cylinder, how can I make it?

I have these two models:

enter image description here

And I want to make this:

enter image description here

Maifee Ul Asad
  • 3,992
  • 6
  • 38
  • 86
Eloren
  • 321
  • 1
  • 3
  • 13

1 Answers1

9

This is Boolean Operations on Mesh.

Use this thread to learn more about it.

Here is repository from GitHub. Which was previously used a lot, still can be used. Want to know more, use this thread.

And if you are in a hassle, here is a repo. I have used it.

Maifee Ul Asad
  • 3,992
  • 6
  • 38
  • 86