]> 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)
committerdpasukhi <dpasukhi@opencascade.com>
Mon, 19 May 2025 21:18:10 +0000 (22:18 +0100)
commit0deb581ba260222edfd92d9d62b7084549175cbe
tree0175b1f893f8ce36c411b1ec1f3d0a341b62c747
parentabd027bb5765af54e392f51334532ab1694445b9
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]