]> OCCT Git - occt-copy.git/commit
0032471: Mesh - Deflection of the triangulation is not recomputed for planar face CR0_750_FixS
authoroan <oan@opencascade.com>
Thu, 29 Jul 2021 07:46:44 +0000 (10:46 +0300)
committeroan <oan@opencascade.com>
Thu, 29 Jul 2021 10:31:20 +0000 (13:31 +0300)
commiteebe21ba81ebd272b0d39cc9d734212571ddb793
tree4a7d82eab2acb1bc66409f3dd72ead47cd320f36
parent628c0211d53c7fe1036a85e7a7b2b067c9c50f7a
0032471: Mesh - Deflection of the triangulation is not recomputed for planar face

Method EstimateDeflection has been added to BRepLib in order to check and update value of deflection provided by Poly_Triangulation;
Introduction of Poly_TriangulationParameters intended to keep info about initial parameters of mesh stored by Poly_Triangulation;
BRepMesh stores user-specified parameters to Poly_Triangulation via Poly_TriangulationParameters;
Prefer initial parameters of mesh generator stored in Poly_Triangulation during check of mesh consistency.
41 files changed:
src/BRepLib/BRepLib.cxx
src/BRepLib/BRepLib.hxx
src/BRepMesh/BRepMesh_BaseMeshAlgo.cxx
src/BRepMesh/BRepMesh_ModelPostProcessor.cxx
src/BRepMesh/BRepMesh_ModelPreProcessor.cxx
src/Poly/FILES
src/Poly/Poly_Triangulation.hxx
src/Poly/Poly_TriangulationParameters.cxx [new file with mode: 0644]
src/Poly/Poly_TriangulationParameters.hxx [new file with mode: 0644]
tests/bugs/heal/bug26244
tests/bugs/mesh/bug22778
tests/bugs/mesh/bug23105
tests/bugs/mesh/bug23513
tests/bugs/mesh/bug24127
tests/bugs/mesh/bug24938
tests/bugs/mesh/bug25042
tests/bugs/mesh/bug25287
tests/bugs/mesh/bug25519
tests/bugs/mesh/bug27693
tests/bugs/mesh/bug27845
tests/bugs/mesh/bug29149
tests/bugs/mesh/bug29205
tests/bugs/mesh/bug29685
tests/bugs/mesh/bug29751
tests/bugs/mesh/bug29962
tests/bugs/mesh/bug30008_1
tests/bugs/mesh/bug30008_2
tests/bugs/mesh/bug30167
tests/bugs/mesh/bug31251
tests/bugs/mesh/bug32471 [new file with mode: 0644]
tests/bugs/moddata_1/bug15519
tests/bugs/moddata_1/bug21122
tests/bugs/moddata_1/bug22759
tests/bugs/moddata_3/bug24959_2
tests/bugs/vis/buc60857
tests/perf/mesh/bug23795
tests/perf/mesh/bug26889_1
tests/perf/mesh/bug26889_2
tests/perf/mesh/bug26889_3
tests/perf/mesh/bug26965
tests/perf/mesh/bug27119