mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08:00
15 lines
297 B
Plaintext
15 lines
297 B
Plaintext
#jmu
|
|
puts "CTS22187"
|
|
puts ""
|
|
puts ""
|
|
#axo
|
|
|
|
restore [locate_data_file CTO909_fus-object1.brep] o1
|
|
restore [locate_data_file CTO909_fus-object2.brep] o2
|
|
|
|
bop o1 o2
|
|
bopfuse result
|
|
|
|
checkprops result -s 67333.1
|
|
checkview -display result -2d -otherwise { o1 o2 } -s -path ${imagedir}/${test_image}.png
|