Skip to main content

All Questions

Filter by
Sorted by
Tagged with
6 votes
1 answer
228 views

Is BooleanRegion limited to only the most trivial cases?

Consider these four regions: regions = Disk[#, 1] & /@ Tuples[{0, 4/5}, {2}] Graphics[{FaceForm[Opacity[0.2]], EdgeForm[Black], regions}] I was looking to ...
Szabolcs's user avatar
  • 239k
3 votes
2 answers
217 views

Boolean operation to obtain volume

Imagine a sphere with $R40$ centered at ${0,0,0}$. Now a cylinder with $R25$ tangent in one of the quadrants of the sphere ending on the surface of the sphere. How do I get the volume of the ...
LCarvalho's user avatar
  • 9,303
7 votes
1 answer
996 views

Region Intersection for MeshRegion objects embedded in 3D

How can I create a logical intersection of MeshRegion objects that are three-dimensional? The RegionIntersection function will ...
Katia's user avatar
  • 71
50 votes
7 answers
10k views

Intersecting graphics

Does the Mathematica graphics system have any concept of intersecting graphics? I've not found much in the documents so far. For example, if I want to show the intersection of two shapes: ...
cormullion's user avatar
  • 24.4k