1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-04 13:13:25 +03:00
Files
occt/tests/bugs/vis/buc60587
apn 352ffd7358 Adding test cases for chl grid
Test case tests/bugs/modalg/dxf906 was renamed to bug889
Adding test cases to tests/bugs/moddata
Modified expressions puts [checkshape result]. Added command vzfit in end file in folder bugs. Unlocked command coordload in QABugs_3.cxx
Modified test case bugs vis buc60738
Added test cases to modalg and moddata
Added test cases to caf and fclasses
Added test cases to group heal
2012-12-21 16:39:38 +04:00

32 lines
527 B
Plaintext
Executable File

puts "========="
puts "BUC60587"
puts "========="
puts ""
puts "=================================="
puts "It takes visual check for this BUG"
puts "=================================="
restore [locate_data_file buc60587a.brep] result
checkshape result
tclean result
vinit
vdisplay result
vfit
vsetdispmode 1
QASelect 180 180
QASelect 180 180
vsetcolor result CYAN3
set x_coord 120
set y_coord 180
checkcolor $x_coord $y_coord 0.7 1 0.9
if { $stat != 1 } {
puts "Error : Model has NOT CYAN colour."
}
set only_screen 1