0033661: Data Exchange, Step Import - Tessellated GDTs are not imported
[occt.git] / tests / bugs / vis / bug24901
1 puts "============"
2 puts "CR24901"
3 puts "============"
4 puts ""
5 #######################################################################
6 #  Visualization - Incorrect area filled with capping color
7 #######################################################################
8
9 vinit View1
10 box b 10 10 10
11 vdisplay b
12 vsetdispmode 1
13
14 vclipplane create pln1
15 vclipplane set pln1 object b
16 vclipplane change pln1 equation 0 1 0 -5
17 vclipplane change pln1 capping on
18 vfit
19 vmoveto 304 146
20
21 if { "[vreadpixel 304 146 rgb name]" != "CYAN1" } {
22    puts "Error : Highlighting is broken."
23 }
24
25 checkview -screenshot -3d -path ${imagedir}/${test_image}.png