mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08: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
|