mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
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.
8 lines
183 B
Plaintext
Executable File
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"
|
|
}
|