mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-12 02:40:22 +08: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
|
|
|