mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08:00
24 lines
581 B
Plaintext
Executable File
24 lines
581 B
Plaintext
Executable File
|
|
puts "========================"
|
|
puts " OCC539 "
|
|
puts "(case 2)"
|
|
puts "========================"
|
|
puts ""
|
|
|
|
puts "============================================"
|
|
puts " BOPTUC case_4_shell.brep and case_4_wire3.brep"
|
|
puts "============================================"
|
|
puts " "
|
|
|
|
restore [locate_data_file case_4_shell.brep] a
|
|
restore [locate_data_file case_4_wire3.brep] b
|
|
bop a b
|
|
boptuc result
|
|
|
|
checknbshapes result -vertex 16 -edge 11
|
|
checkprops result -l 929.278
|
|
checkshape result
|
|
checksection result
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|
|
|