]> 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)
committervglukhik <vglukhik@opencascade.com>
Fri, 17 Mar 2023 23:04:15 +0000 (23:04 +0000)
commit54270c2a8cee12e6a8ef0dc6df2e961ce4afa929
tree694c7c833492ac88304a1ec2df890ed4467a1996
parent3e1bddc4cdcf1cc75c68e61b1ebfd50ab9f0e4b1
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]