1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-05-01 10:26:12 +03:00
occt/tests/bugs/vis/bug112
apn f1aa2b6272 Adding new testing cases for chl grid
Adding procedures checkcolor and checkpoint.
Modified test cases which are used QAGetPixelColor or QAAISGetPixelColor2d
Allow using command QAAISGetPixelColor2d on WNT
Rename test case tests/bugs/vis/bug19619 to pro19619
Added test cases to modalg and moddata
2012-12-14 16:56:11 +04:00

28 lines
559 B
Plaintext
Executable File

puts "========"
puts "BUC60956"
puts "OCC112"
puts "========"
puts ""
###############################################################
## When restoring a TopoDS_Shape containing a valid Meshing (computed for display) the
## meshing is computed again when displaying it.
###############################################################
set x_coord 140
set y_coord 115
restore [locate_data_file OCC20.brep] result
tclean result
vinit
vdisplay result
vfit
vsetdispmode result 1
QAUpdateLights
checkcolor $x_coord $y_coord 0.77 0.54 0.9
set only_screen 1