1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
drazmyslovich 8c186dad9b 0025044: BRepMesh tweaks - treatments for degenerated and tiny faces
BRepMesh_ModelHealer - recognize a small face with 1 wire and 2 small edges as a face for refinement.
BRepMesh_DefaultRangeSplinner - reduce tolerance on tiny faces to improve the meshing results.

Added new test cases: bugs mesh bug25044_*.
Existing test cases updated to reflect improvements.
2019-09-25 17:46:57 +03:00

8 lines
183 B
Plaintext
Executable File

set TheFileName bug22025_s.brep
set rel_tol 1.3
set max_rel_tol_diff 0.1
if { [string compare $command "shading"] == 0 } {
set bug_area "OCC22687"
set bug_withouttri "OCC22687"
}