mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
16 lines
283 B
Plaintext
Executable File
16 lines
283 B
Plaintext
Executable File
pload QAcommands
|
|
|
|
puts "================"
|
|
puts "OCC606"
|
|
puts "================"
|
|
puts ""
|
|
|
|
restore [locate_data_file OCC606_2.brep] w2
|
|
checkshape w2
|
|
|
|
OCC606 result w2 -t
|
|
|
|
checkprops result -s 508.243
|
|
checkshape result
|
|
checkview -display result -3d -path ${imagedir}/${test_image}.png
|