How does LoadViewer handle different box sizes and shapes?

Current version of LoadViewer's algorithm is designed to handle only cuboid cargo types and rectangular shapes only. It does not handle irregular shapes like drums or cylindrical etc.. Future versions may include irregular items and shapes, you can define their bounding dimensions and constraints to ensure accurate and safe placement within the container.
Back