1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/vis/bug24374
apl 9f37b47ddd 0024396: "vselmode" - disable auto loading of objects into Local Context
Corrected DRAWEXE "vselmode" command.
Added test case.

corrected test cases

- 24293 failed due to initialization view without "name".
- 24374 adjusted, the test case was initially incorrect.

Modified test cases bugs/vis/bug24293 and bugs/vis/bug24374
2013-11-28 11:33:47 +04:00

27 lines
626 B
Plaintext

puts "============"
puts "CR24374"
puts "============"
puts ""
#######################################################################
# Flipping affects highlight presentation of dimension
#######################################################################
box b 100 100 100
explode b e
vdisplay b
vdisplay b_9
vdimension length name=dim1 b_9 text=3d plane=zox
vdisplay dim1
vselmode b 2 1
vselmode dim1 2 1
vfit
vmoveto 140 370
set x_coord 140
set y_coord 370
checkcolor $x_coord $y_coord 0 1 1
if { $stat != 1 } {
puts "Error : Highlighting of dimension with flipping in local context failed."
}
set only_screen 1