mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
28 lines
564 B
Plaintext
Executable File
28 lines
564 B
Plaintext
Executable File
puts "========="
|
|
puts " OCC794 "
|
|
puts "========="
|
|
puts ""
|
|
#####################################################
|
|
## The offset algorithm produced invalid result when offsetting an attached face
|
|
#####################################################
|
|
|
|
pload QAcommands
|
|
|
|
restore [locate_data_file OCC794.brep] a
|
|
|
|
offsetshape result a 10
|
|
|
|
set x_coord 120
|
|
set y_coord 150
|
|
|
|
vinit
|
|
vdisplay result
|
|
vsetdispmode 1
|
|
vfit
|
|
|
|
checkcolor $x_coord $y_coord 0.77 0.54 0.09
|
|
|
|
checkprops result -s 206399
|
|
checkshape result
|
|
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|