mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-06-10 08:08:36 +08:00
Fixed issue with unstable shape order after fixing. Fixed reference data which was changed
23 lines
486 B
Plaintext
23 lines
486 B
Plaintext
puts "TODO 25044 ALL: Not connected mesh inside face 137"
|
|
|
|
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
|