mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
26 lines
598 B
Plaintext
26 lines
598 B
Plaintext
puts "========"
|
|
puts "OCC26379"
|
|
puts "========"
|
|
puts ""
|
|
#######################################################
|
|
# Wrong result produced by the volume maker algorithm
|
|
#######################################################
|
|
|
|
restore [locate_data_file OCC26379-csf_2.brep] cf
|
|
mkvolume result cf -ni
|
|
|
|
vinit
|
|
vsetdispmode 1
|
|
vdisplay result
|
|
vfit
|
|
|
|
set bug_info [vreadpixel 350 310 name]
|
|
if {$bug_info != "DARKGOLDENROD3 1"} {
|
|
puts "ERROR: OCC26379 is reproduced. Volume is incorrect."
|
|
}
|
|
|
|
checkprops result -s 6.60933e+006
|
|
checkshape result
|
|
|
|
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|