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

25 lines
669 B
Plaintext
Executable File

puts "========================"
puts " OCC292 "
puts "========================"
puts ""
#################################################################
## Attached face looks as unclosed but command "checkshape" concludes that it is valid.
## In spite of that, mesh for shading is not being created on this face.
#################################################################
restore [locate_data_file OCC292.brep] result
checkshape result
tclean result
vinit
vdisplay result
vsetdispmode result 1
isos result 0
triangles result
checktrinfo result -tri 10 -nod 12
checkprops result -s 1.3135
checkview -display result -3d -path ${imagedir}/${test_image}.png