mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-10 09:30:48 +08:00
Replace custom HLRAlgo_PolyData::Box struct with standard Bnd_Box class to leverage its built-in update functionality and reduce code duplication. Changes: - Remove HLRAlgo_PolyData::Box struct definition - Update UpdateGlobalMinMax methods to use Bnd_Box::Update() - Simplify bounding box computation logic using Bnd_Box methods - Use C++17 structured bindings with Bnd_Box::Get()