1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-06-30 12:14:08 +03:00
occt/tests/bugs/iges/buc60823
apn a520f6eb9a 0025313: Review of TODOs in test cases for unused platforms
TODOs for unused platforms were deleted. Issue 22988 was closed.
2014-10-16 16:45:27 +04:00

27 lines
586 B
Plaintext
Executable File

puts "========================"
puts "BUC60823"
puts "========================"
igesbrep [locate_data_file buc60823.igs] a *
tpcompound result
checkshape result
checkshape result r
tclean result
vinit
vdisplay result
vsetdispmode result 1
vfit
set info [trinfo result]
regexp { +([-0-9.+eE]+) +triangles} $info full tri
regexp { +([-0-9.+eE]+) +nodes} $info full nod
if { $tri != 17618 || $nod != 11153 } {
puts "Shading problem may be, nb tri & nod are changed"
}
set 2dviewer 0