]> OCCT Git - occt.git/commit
0030292: Modeling Algorithms - BRepBndLib should avoid using Poly_Polygon3D when...
authorakaftasev <akaftasev@opencascade.com>
Mon, 6 Feb 2023 11:17:10 +0000 (14:17 +0300)
committerVadim Glukhikh <vadim.glukhikh@opencascade.com>
Mon, 6 Feb 2023 17:51:52 +0000 (17:51 +0000)
commit6d140acb14258f249b76aadbd26a24302d81805a
tree3b40fd3b5bfe9cad0aff343ca0d744d572141fd5
parent44be123039169a45d652850f8a4b70579f5ca535
0030292: Modeling Algorithms - BRepBndLib should avoid using Poly_Polygon3D when called with useTriangulation set to false

BRepBndLib.cxx : treatment of useTriangulation is modified according to specified behavior of algorithm
BRepTest_CurveCommands.cxx : creation edge from polygon3d is added in Draw command mkedge.
src/BRepBndLib/BRepBndLib.cxx
src/BRepTest/BRepTest_CurveCommands.cxx
tests/lowalgos/bnd/bug30292 [new file with mode: 0644]