1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107
|
puts "============"
puts "OCC23253"
puts "============"
puts ""
#######################################################################
# Additional viewer 3d draw-commands vleft, vfront, ...
#######################################################################
set BugNumber OCC23253
box b 10 20 30
ptorus t 50 10
vinit
vsetdispmode 1
vdisplay b
vdisplay t
vfit
set status 0
#####
vaxo
#####
set x1 120
set y1 260
checkcolor $x1 $y1 0.91 0.64 0.11
set x2 120
set y2 260
checkcolor $x2 $y2 0.91 0.64 0.11
#####
vtop
#####
set x1 125
set y1 135
checkcolor $x1 $y1 1 1 0.92
set x2 220
set y2 200
checkcolor $x2 $y2 1 1 0.94
#####
vleft
#####
set x1 120
set y1 230
checkcolor $x1 $y1 0.92 0.66 0.11
set x2 190
set y2 170
checkcolor $x2 $y2 1 1 0.94
#####
vright
#####
set x1 120
set y1 230
checkcolor $x1 $y1 0.93 0.66 0.11
set x2 220
set y2 170
checkcolor $x2 $y2 1 1 0.94
#####
vfront
#####
set x1 120
set y1 230
checkcolor $x1 $y1 0.92 0.66 0.11
set x2 240
set y2 170
checkcolor $x2 $y2 1 1 0.94
#####
vback
#####
set x1 120
set y1 230
checkcolor $x1 $y1 0.93 0.66 0.11
set x2 170
set y2 170
checkcolor $x2 $y2 1 1 0.94
#####
vbottom
#####
set x1 90
set y1 300
checkcolor $x1 $y1 0.81 0.58 0.09
set x2 220
set y2 250
checkcolor $x2 $y2 1 1 0.94
set only_screen 1
|