I have a 3D mesh consisting of set of 3D points (Vertexes) and set of faces (connections between points).
Q1 How can I find the largest (Volume) inscribed box that will fit inside the mesh.
[OP]
Hello all and thanks for any help I might receive. I am using vectors to create 3 dimensional objects. What I needs help doing is finding the largest box that will fit within the object. Imagine we have a sphere. How can I find the largest box that will fit within the sphere? On the other hand what if we had a 3 dimensional arrow. How would I go about finding the largest box that would fit within it? I have arrays of all the vectors used to create the objects. I'm looking for a way to use these arrays to find the largest box that will fit within the constructed objects.