mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
19 lines
397 B
Plaintext
Executable File
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
|
|
|