Questions tagged [boolean-modifier]

The Boolean modifier performs operations on meshes that are otherwise too complex to achieve with as few steps by editing meshes manually. It uses one of the three available Boolean operations to create a single mesh out of two mesh objects: Union, Intersection and Difference. Use this tag for questions relating to the use of the Boolean modifier.

The Boolean Modifier performs operations on meshes that are otherwise too complex to achieve with as few steps by editing meshes manually. It uses one of the three available Boolean operations to create a single mesh out of two mesh objects:

enter image description here The Union, Intersection and Difference between a Cube and a UV Sphere, with the modifier applied to the sphere and using the cube as target.

This modifier needs a second mesh object, or collection of mesh objects, to be the target (the second operand) of the operation.

226 questions
2
votes
1 answer

How to cut holes into cylinder top with Boolean

I'm trying to cut holes into a cylinder top. My first step is to create a cylinder. Next I delete the bottom face. Then I solidify it to give it a thickness of .05m. At this point my object looks like: Next I create a circle of diameter 0.2m. I…
Motougo
  • 21
  • 2
2
votes
1 answer

How can I separate the slice?

I want to separate the slice_low from the 5_low. Is there a way to avoid it? It was sliced with Boxcuuter.
Harning
  • 77
  • 3
2
votes
1 answer

How to create irregular shape on phone case?

I'm relatively new to blender and I'm trying to create phone case same as on picture below: My problem is that I have no idea how to create the shape of the white part of the case. I started off with cube to create rectangular shape, added boolean…
Roxy
  • 23
  • 2
1
vote
1 answer

How can I blend objects together?

I have 4 objects I would like to smooth/blend together for 3D printing. I did a test print of what I have and it works fine. Now it is time to add some "smooth". My first attempt is failing. I tried a Boolean Union of the vertical column and the…
Don
  • 71
  • 7
1
vote
1 answer

Cut hole in surface of mesh without adding faces

I want to cut holes in the face of a object using other objects. Normally this would be done with the Boolean operator. However the Boolean operator leaves "caps" on the holes that I have to manually delete (left side of picture). How do I do this…
1
vote
1 answer

Imprint Shape to another Mesh

Imagine you have a complex Mesh and you would like to have perfect circles inside the complex Mesh which you can extrude accordingly. First thing that came to my mind was to do it with the Boolean Modifier with a Cylinder to get the Circles in my…
Aggrise
  • 25
  • 1
  • 7
1
vote
1 answer

What might make a boolean modifier add unwanted edges?

I'm working on a topological map animation. It involves a map downloaded with GIS, a plane -> array modifier -> boolean modifier with world map. The boolean modifier is occasionally creating strange edges in places it doesn't make sense. It mostly…
Seph Reed
  • 336
  • 1
  • 3
  • 12
1
vote
1 answer

How do I correctly use the boolean modifier on a gear in Blender 3?

ANOTHER UPDATE Bool Tool seems to union, difference, and intersect in the way that I expect. I later noticed this issue again even with the updated version. https://docs.blender.org/manual/en/latest/addons/object/bool_tools.html END ANOTHER…
1
vote
1 answer

Boolean not performing as expected

I have 2 imported STL's which I am trying to use the Boolean modifier to subtract the object from the truck windscreen with not much success. When I apply the Boolean it leaves the object imbedded in the truck.
Eddy
  • 177
  • 10
1
vote
1 answer

Object disappearing after removing Union Boolean

Firstly, sorry for using non-professional terms, I'm a beginner. I tried using the union boolean on two mesh objects, and it worked properly. Then, I had to remove the boolean, but even though I haven't applied it yet, the red object disappered, and…
1
vote
0 answers

Bool tool - apply change only when certain operation is finished

Whenever I use bool tool operations and want to move/scale the cutting object or change it in edit mode the boolean is calculated at every mouse move, at every action. Is it possible to calculate the new boolean after I moved/scaled someting? I…
1
vote
1 answer

Boolean modifier not working

I'm trying to use BoolTool and the Boolean modifier with no success. I want to cut out the cylinder from the widget in the attached file. I did look at The Boolean modifier is not working and checked for inverted normals, duplicate vertices, and…
Becca
  • 219
  • 1
  • 8
1
vote
1 answer

Boolean and armature

I wanted to print a drawing I had made, but first I wanted to create a pedestal to make it stand upright. I was making holes in the drawing but when I do boolean it doesn't work as well as it should and creates a weird thing for me. 1 I think the…
Inuraghe
  • 406
  • 2
  • 10
1
vote
0 answers

Prevent BoolTool from arbitrary vertex additions on differences?

I find with anything involving more than a few objects, BoolTool will often create something that has non-manifold edges and other problems in ways that I'm sure are deterministic but that I cannot predict. Apart from using FAR more detail that is…
Becca
  • 219
  • 1
  • 8
1
vote
1 answer

My Bool Tool doesn't work properly

I am trying to create a handguard for a gun but my bool tool doesn't work. If I try scaling the cubes up my cylinder disappears. I think something is wrong with my cylinder mesh but I don't know how to fix it. Can you help me?
Johnny
  • 13
  • 3
1
2 3