mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
23 lines
351 B
Plaintext
Executable File
23 lines
351 B
Plaintext
Executable File
puts "================"
|
|
puts "OCC26"
|
|
puts "================"
|
|
puts ""
|
|
|
|
restore [locate_data_file OCC26.brep] a
|
|
|
|
explode a
|
|
|
|
settolerance a_1 0.000301
|
|
settolerance a_2 0.000301
|
|
|
|
bclearobjects
|
|
bcleartools
|
|
baddobjects a_1
|
|
baddtools a_2
|
|
|
|
bfillds
|
|
bbop result 1
|
|
|
|
checkprops result -s 41539.9
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|