mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
18 lines
426 B
Plaintext
18 lines
426 B
Plaintext
puts "============"
|
|
puts "OCC24089"
|
|
puts "============"
|
|
puts ""
|
|
####################################################
|
|
# Missing section edge
|
|
####################################################
|
|
|
|
restore [locate_data_file bug24089_fz2] b1
|
|
restore [locate_data_file bug24089_qf1] b2
|
|
|
|
bop b1 b2
|
|
bopsection result
|
|
|
|
checknbshapes result -vertex 5 -edge 4 -shape 10
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|