mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
18 lines
467 B
Plaintext
Executable File
18 lines
467 B
Plaintext
Executable File
puts "========================"
|
|
puts "OCC810"
|
|
puts "========================"
|
|
puts ""
|
|
########################################################################
|
|
## xalloc in optimise mode
|
|
########################################################################
|
|
|
|
set BugNumber OCC810
|
|
|
|
restore [locate_data_file OCC810.rle] a
|
|
|
|
fixshape result a 1.e-7 0.1
|
|
|
|
checkprops result -s 3616.53
|
|
checkshape result
|
|
checkview -display result -3d -path ${imagedir}/${test_image}.png
|