]> OCCT Git - occt.git/commit
0032471: Mesh - Deflection of the triangulation is not recomputed for planar face
authoroan <oan@opencascade.com>
Wed, 21 Jul 2021 11:12:35 +0000 (14:12 +0300)
committerbugmaster <bugmaster@opencascade.com>
Fri, 23 Jul 2021 15:15:55 +0000 (18:15 +0300)
commitf1c034f9058b4958f6f349245d5683da8fd0d839
treee269805ef0fa395198009cf8f6faefb2d080beba
parenta3b2aaefac83ad928e1ae2718189ad93c7908d25
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/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
tests/v3d/bugs/buc60857