I am working with a 3D mesh composed of a collection of 3D points (vertices) and a series of faces (connections between points).
Q1 Is there a method to determine the largest inscribed box (volume) that can fit inside the mesh?
[OP]
Greetings everyone, I appreciate any assistance you can provide. I am utilizing vectors to generate three-dimensional shapes. I am seeking guidance on identifying the most sizable box that can be accommodated within the object. For example, if we have a sphere, how can we determine the largest box that fits inside it? Alternatively, if we have a 3D arrow, what approach should be taken to find the largest enclosed box? I possess arrays containing all the vectors utilized to construct these objects and am eager to discover a means of utilizing these arrays to locate the most extensive box that fits within the created structures.