]> 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>
Fri, 8 Jul 2022 16:17:47 +0000 (19:17 +0300)
commitf971faaf3d506cc343feb685ce13fec86568d04e
tree57c87ecb8255ce9c299447c30cb286a488278e85
parent45a3ad0168f1d5f59d7deca71738c4746ad1e6f3
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]