]> 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)
committersmoskvin <smoskvin@opencascade.com>
Fri, 8 Jul 2022 16:30:13 +0000 (19:30 +0300)
commit315ed0be41065702f85c2d51610b36ac65201a04
tree6b995b1616183bc1c9fe81ba31295040a7dd9462
parentd74b1e9dd3d1aaa1b2e96d930dfc1b53a41456e9
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]