]> OCCT Git - occt.git/commit
0032716: Modeling Algorithms - BRepBuilderAPI_Transform discards triangulation
authorabulyche <abulyche@opencascade.com>
Wed, 20 Apr 2022 14:14:07 +0000 (17:14 +0300)
committermsv <msv@opencascade.com>
Mon, 11 Jul 2022 11:25:37 +0000 (14:25 +0300)
commitd916e855864efffba05e6ed601cfcc86e6eec003
treebfbbc265062bf786425a85c7839f16b83342d779
parent5d26a5805d33da8296383d43b08942e17da78769
0032716: Modeling Algorithms - BRepBuilderAPI_Transform discards triangulation

* Implement methods for copying tessellation to BRepTools_TrsfModification to keep the triangulation during transformation.
* Add tests to reproduce the problem.
src/BRepBuilderAPI/BRepBuilderAPI_Transform.cxx
src/BRepBuilderAPI/BRepBuilderAPI_Transform.hxx
src/BRepTest/BRepTest_BasicCommands.cxx
src/BRepTools/BRepTools_TrsfModification.cxx
src/BRepTools/BRepTools_TrsfModification.hxx
tests/bugs/modalg_8/bug32716_1 [new file with mode: 0644]
tests/bugs/modalg_8/bug32716_2 [new file with mode: 0644]
tests/bugs/modalg_8/bug32716_3 [new file with mode: 0644]
tests/bugs/modalg_8/bug32716_4 [new file with mode: 0644]