]> OCCT Git - occt.git/commit
Modeling - Removing surface after transformation #374
authorastromko <astromko@opencascade.com>
Mon, 1 Apr 2024 13:34:16 +0000 (13:34 +0000)
committerdpasukhi <dpasukhi@opencascade.com>
Mon, 17 Feb 2025 14:12:43 +0000 (14:12 +0000)
commit4c5f9c77cb43ead7d17fdeecf0b9347d90d3a29f
tree12fc9177e2f95db281534b3762a8b4db6e43cc80
parented6005b75ac267cce36419a8406d8f86409ab01b
Modeling - Removing surface after transformation #374

Old surface is not removed after translation or rotation with geometry copying
Removed unnecessary condition that was added by an earlier fix.
Added a test case.
Original issue: 0033591
src/BRepTools/BRepTools_TrsfModification.cxx
src/BRepTools/BRepTools_TrsfModification.hxx
tests/bugs/modalg_8/bug33591 [new file with mode: 0644]