mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
22 lines
367 B
Plaintext
Executable File
22 lines
367 B
Plaintext
Executable File
|
|
puts "================"
|
|
puts "OCC135"
|
|
puts "================"
|
|
puts ""
|
|
|
|
restore [locate_data_file OCC135.brep] sh
|
|
checkshape sh
|
|
|
|
sewing result 1 sh
|
|
checkshape result
|
|
|
|
checkmaxtol result -ref 0.0030000000000000001
|
|
checknbshapes result -shell 1
|
|
checkfreebounds result 0
|
|
|
|
checkprops result -s 273837
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|
|
|
|
|
|
|