mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
18 lines
438 B
Plaintext
Executable File
18 lines
438 B
Plaintext
Executable File
puts "================"
|
|
puts "OCC34"
|
|
puts "================"
|
|
puts ""
|
|
###################################################
|
|
## After work of function fixmeassingseam on attached face result is invalid.
|
|
###################################################
|
|
|
|
restore [locate_data_file OCC34.brep] sh
|
|
|
|
fixshape result sh 1.e-7 1
|
|
checkshape result
|
|
|
|
checkprops result -s 116.997
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|
|
|