1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
occt/tests/bugs/mesh/bug25044_59
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

23 lines
486 B
Plaintext

puts "TODO 25044 ALL: Not connected mesh inside face 147"
puts "======="
puts "0025588: BRepMesh_ShapeTool::FindUV check for 2d points to be the same is inconsistent with ShapeAnalysis_Wire::CheckLacking"
puts "======="
puts ""
pload XDE
stepread [locate_data_file Checking_Fixture_Clamping.STEP] a *
renamevar a_1 result
tclean result
vinit
vsetdispmode 1
vdisplay result
vfit
tricheck result
checktrinfo result -tri
checkview -screenshot -3d -path ${imagedir}/${test_image}.png