mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
16 lines
336 B
Plaintext
16 lines
336 B
Plaintext
puts "CTS22135"
|
|
puts "Generation of micro-edges during cut. "
|
|
puts ""
|
|
#axo
|
|
restore [locate_data_file cts21135a.brep] o
|
|
restore [locate_data_file cts21135b.brep] t
|
|
|
|
bop o t
|
|
|
|
#pkv f
|
|
bopsection result
|
|
|
|
checkprops result -l 144.712
|
|
checksection result
|
|
checkview -display result -2d -otherwise { o t } -l -path ${imagedir}/${test_image}.png
|