Failure to perform boolean difference operation
I am trying to perform a simple boolean operation, subtracting a small sphere (radius 0.1131) from a large sphere (radius 0.5). I am using a script to create the two spheres:
The two spheres as shown in the image attached intersect each other. However when I try to perform a boolean difference (removing the small sphere from the large one) the operation ends up just deleting the small sphere without subtracting it from the large sphere. Any idea what is wrong?
Answers
-
Hi,
Remove operation involves removing coincident pieces of solids from other solids. For example, a cylinder partially buried in another solid can be removed in such a way that it leaves a cylindrical recess in the other solid.
if you need the effect as shown in the picture below, use Union.
0 -
I want to perform a difference operation A-B, not an union. In this case A is the big sphere and B is the small sphere. The small sphere definitely penetrates into the large sphere so the difference operation should work and produce a dimple like shown in the picture (the small sphere in the picture was mirror in X, instead of -0.566639982 I changed it to 0.566639982). Why does the boolean operation fail though?
0 -
-
I have HyperMesh 11.0 installed on Windows XP. I don't see any of the folders that you specify.
When you run the above script and perform the boolean difference does it give you a dimple?
0 -
Nikosb,
can you include the command *boolean_merge_solids in your script and run again?
0