Issue:
Why is the bounding box larger than my implicit model?Applies to:
- Implicit modeling
Cause:
This occurs because it isn’t possible to create a guaranteed exact bounding box on all implicit operations. Computing tight bounding boxes for an arbitrary implicit is actually a non-trivial problem. Since we don’t explicitly know where the surface is, we have to search for it, and doing this reliably and fast is hard. Sometimes we can use the objects used to construct the implicit to get a good guess and refine from there.Solution:
There are two solutions for a more accurate bounding box:- Use the ‘Refine Bounding Box’ with Grid Size value.

- If you need an exact bounding box, convert the Implicit Body to a Mesh body. The Mesh part will have an exact bounding box.
- How to use Bounding Box 2D Nesting
- When I select a face to convert to an implicit, it doesn’t create an implicit body
- How to mesh complex parts

