mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
26 lines
462 B
Plaintext
Executable File
26 lines
462 B
Plaintext
Executable File
pload QAcommands
|
|
|
|
puts "================"
|
|
puts "OCC367"
|
|
puts "BUC61013"
|
|
puts "================"
|
|
puts ""
|
|
|
|
restore [locate_data_file OCC105.brep] result
|
|
checkshape result
|
|
|
|
set step 0.5
|
|
set goodX -307.47165394
|
|
set goodY -340.18073533
|
|
set goodZ 0
|
|
set percent_tolerance 0.01
|
|
|
|
OCC367 result ${step} ${goodX} ${goodY} ${goodZ} ${percent_tolerance}
|
|
|
|
checkprops result -l 1760.13
|
|
checksection result
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|
|
|
|
|
|
|