mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
24 lines
489 B
Plaintext
24 lines
489 B
Plaintext
puts "========"
|
|
puts "OCC26354"
|
|
puts "========"
|
|
puts ""
|
|
###################################################
|
|
# Invalid result of General Fuse on wire and face
|
|
###################################################
|
|
|
|
smallview
|
|
|
|
restore [locate_data_file OCC26356-f.brep] body
|
|
restore [locate_data_file OCC26356-w.brep] contour
|
|
|
|
bclearobjects
|
|
bcleartools
|
|
baddobjects contour body
|
|
bapibuild result
|
|
donly result
|
|
fit
|
|
|
|
checkshape result
|
|
|
|
checkview -screenshot -2d -path ${imagedir}/${test_image}.png
|