Instead of only inspecting one point, it would be neat if you can pass multiple points into the inspect() function of an analysis.prim.PrimBox. The expected behavior could be:
This will allow to more quickly inspect and compare multiple points on the peeling trajectory.
Also I noted that the inspect function prints a lot of data without returning it. I think it's nicer and more expected to return the values/tables/graphs, and let the user print them. That way you can use them in further analysis if you want.