mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
17 lines
337 B
Plaintext
Executable File
17 lines
337 B
Plaintext
Executable File
|
|
puts "========================"
|
|
puts "BUC60531"
|
|
puts "========================"
|
|
|
|
restore [locate_data_file buc60531a.brep] r1
|
|
checkshape r1
|
|
restore [locate_data_file buc60531b.brep] pl1
|
|
checkshape pl1
|
|
|
|
bcut result r1 pl1
|
|
|
|
checkprops result -s 119879
|
|
checkshape result
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|
|
|