mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03: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
|