1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/heal/bug209
ski 5747059b21 0026833: Create command checkview containing all viewer types
Created command checkview for displaying shapes.
2016-02-05 11:14:37 +03:00

19 lines
397 B
Plaintext
Executable File

puts "========"
puts "OCC209"
puts "========"
##########################################
## FixMissingSeam leads to lost pcurve on neighbouring face
##########################################
restore [locate_data_file OCC209.brep] a
explode a f
checkshape a_4
fixshape result a 0.01 0.01
explode result f
checkshape result_4
checkview -display result -2d -path ${imagedir}/${test_image}.png