mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
23 lines
449 B
Plaintext
23 lines
449 B
Plaintext
puts "============"
|
|
puts "OCC27002"
|
|
puts "============"
|
|
puts ""
|
|
###############################
|
|
## First test case for Set-42
|
|
###############################
|
|
|
|
restore [locate_data_file bug27002_Face.brep] b1
|
|
restore [locate_data_file bug27002_Compartment.brep] b2
|
|
|
|
bclearobjects
|
|
bcleartools
|
|
baddobjects b1
|
|
baddtools b2
|
|
bfillds
|
|
bbop result 0
|
|
donly result
|
|
|
|
checkprops result -s empty
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|