mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-09 18:50:54 +03:00
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
29 lines
575 B
Plaintext
Executable File
29 lines
575 B
Plaintext
Executable File
puts "TODO OCC12345 ALL: Faulty shapes in variables faulty_1 to faulty_"
|
|
puts "========="
|
|
puts " OCC794 "
|
|
puts "========="
|
|
puts ""
|
|
#####################################################
|
|
## The offset algorithm produced invalid result when offseting 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
|
|
QAUpdateLights
|
|
|
|
checkcolor $x_coord $y_coord 0.77 0.54 0.09
|
|
|
|
set square 206399
|
|
set 3dviewer 1
|