0023400: Triangulation of thin ring contains gap
[occt.git] / tests / bugs / vis / bug24133_1
1 puts "============"
2 puts "CR24133"
3 puts "============"
4 puts ""
5 #######################################################################
6 #  Development of improvement of dimensions implementation
7 #  Length dimension
8 #######################################################################
9 pload VISUALIZATION
10
11 vinit
12 vpoint lengthP1 0 0 0
13 vpoint lengthP2 50 50 50
14 vdimension dim1 -length -plane xoy -shapes lengthP1 lengthP2
15 vfit
16 vmoveto 82 254
17
18 set x_coord 362
19 set y_coord 102
20 checkcolor $x_coord $y_coord 0 1 1
21 if { $stat != 1 } {
22    puts "Error : Highlighting of length dimension is wrong."
23 }
24
25 set only_screen 1