]> OCCT Git - occt.git/commit
Visualization - AIS_Shape bounding box re-computation is not working properly #422
authorPasukhin Dmitry <dpasukhi@opencascade.com>
Sun, 9 Mar 2025 00:07:17 +0000 (00:07 +0000)
committerGitHub <noreply@github.com>
Sun, 9 Mar 2025 00:07:17 +0000 (00:07 +0000)
commitc0c9f04c045e38e1955d098e189216caa8760b8c
treeb41f4e22b7600dc408011e5bc33a1d16ba38379f
parent478afa4eeaafa797553141e5c319f25ec7b2824b
Visualization - AIS_Shape bounding box re-computation is not working properly #422

Fixed issue with bounding box cleaning algorithm that was causing the bounding box to be only increased.
Now the bounding box is increased and decreased to fit the shape.
src/AIS/AIS_Shape.cxx
tests/v3d/bugs/bug_gh421 [new file with mode: 0644]