mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-07-30 13:05:50 +03:00
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
38 lines
677 B
Plaintext
Executable File
38 lines
677 B
Plaintext
Executable File
puts "==========="
|
|
puts "BUC60688"
|
|
puts "==========="
|
|
puts "=================================="
|
|
puts "It takes visual check for this BUG"
|
|
puts "=================================="
|
|
|
|
vinit
|
|
vertex v_1 .003 .0 .0
|
|
vertex v_2 .003 .0 .003
|
|
vertex v_3 .0 .0 .003
|
|
vertex v_4 .0 .0 .0
|
|
edge e_1 v_1 v_2
|
|
edge e_2 v_2 v_3
|
|
edge e_3 v_3 v_4
|
|
edge e_4 v_4 v_1
|
|
wire w_1 e_1 e_2 e_3 e_4
|
|
mkplane r w_1
|
|
vdisplay r
|
|
vfit
|
|
QASelect 120 21
|
|
QASelect 120 21
|
|
QAUpdateLights
|
|
|
|
puts "WARNING : The rectangular MUST be highlighted !"
|
|
puts ""
|
|
|
|
set x_coord 88
|
|
set y_coord 272
|
|
|
|
checkcolor $x_coord $y_coord 0.8 0.8 0.8
|
|
|
|
if {$stat != 1} {
|
|
puts "Error : The rectangular is NOT highlighted."
|
|
}
|
|
|
|
set only_screen 1
|