]> OCCT Git - occt.git/commit
0031461: Mesh - Add possibility to force the meshing of the shape
authoroan <oan@opencascade.com>
Mon, 16 Jan 2023 11:58:19 +0000 (14:58 +0300)
committeroan <oan@opencascade.com>
Mon, 16 Jan 2023 11:58:19 +0000 (14:58 +0300)
commitf3dae035efbe3b998d194aebe51d7b1df2955665
treea8691f5a581fd46a594bb19b0f2fff92f2f5c17e
parent805ecb0df3923d7ffee98ca11edab497ba834af3
0031461: Mesh - Add possibility to force the meshing of the shape

BRepMesh: Add new mesh parameter *AllowQualityDecrease* which affects the criteria used for checking of the consistency of the existing mesh to new meshing parameters.
So if set to true it will force the meshing of the shape if current deflection strongly vary from the new one, no matter in which side.

BRepTools::Clean: Keep triangulation on non-geometric shapes (faces with no surface or edges with no curves).
src/BRep/BRep_Tool.cxx
src/BRep/BRep_Tool.hxx
src/BRepTools/BRepTools.cxx
src/BRepTools/BRepTools.hxx