Adjusting test cases for current state of OCCT
[occt.git] / tests / bugs / vis / bug22900
CommitLineData
3bea4c16 1puts "================"
2puts "OCC22900"
3puts "================"
4puts ""
5#######################################################################################
6# Problem with shape displaying in shading mode
7######################################################################################
8
9set BugNumber OCC22900
10
11set x1 204
12set y1 202
13
14vertex v1 0 0 0
15vertex v2 0 0 30
16edge e1 v1 v2
17pcone con1 5 0 10
18ttranslate con1 0 0 30
19compound con1 e1 c1
20don c1
21fit
22vinit
23vdisplay c1
24vfit
25vsetcolor c1 RED
26vsetcolor c1 GREEN
27vsetdispmode 1
28vsetcolor c1 RED
29
30checkcolor ${x1} ${y1}] 1 0 0
31
32set only_screen 1