1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
luz paz 7b5e532f83 0031939: Coding - correction of spelling errors in comments [part 7]
Fix various typos

Fixed via codespell v2.1.dev
2021-01-20 21:27:44 +03:00

20 lines
571 B
Plaintext
Executable File

puts "REQUIRED All: Faulty shapes in variables faulty_1 to faulty_"
puts "========================"
puts " OCC366 "
puts "========================"
puts ""
##################################################
## Checkshape says that face is valid but it includes selfintersecting wire
##################################################
restore [locate_data_file buc61006.brep] result
set che [checkshape result]
if { [regexp "Faulty" $che] != 1 } {
puts "Error : Checkshape command works wrongly"
}
checkview -display result -2d -path ${imagedir}/${test_image}.png