0028107: Visualization - provide a flexible interface to set custom hatch styles
[occt.git] / tests / bugs / vis / bug23067
1 puts "==========="
2 puts "OCC23067"
3 puts "==========="
4 puts ""
5 ################################################################################
6 # OpenGl package API needed by UserDraw feature is not exported
7 ################################################################################
8
9 set BugNumber OCC23067
10 set x1 321
11 set y1 159
12
13 vinit
14 vuserdraw a
15 vfit
16 checkcolor ${x1} ${y1} 1 1 0
17
18 checkview -screenshot -3d -path ${imagedir}/${test_image}.png
19
20