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.
19 lines
319 B
Plaintext
19 lines
319 B
Plaintext
puts "======="
|
|
puts "0025044: BRepMesh tweaks"
|
|
puts "======="
|
|
puts ""
|
|
|
|
restore [locate_data_file bug25044_face53.brep] result
|
|
tclean result
|
|
|
|
incmesh result 0.1 -a 5
|
|
|
|
checktrinfo result -tri
|
|
|
|
vinit
|
|
vsetdispmode 1
|
|
vdefaults -autoTriang 0
|
|
vdisplay result
|
|
vfit
|
|
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|