0024351: Test cases for AIS dimension presentations to check arrow orientation, text...
[occt.git] / tests / bugs / vis / bug24293
CommitLineData
62b6361a 1puts "============"
2puts "CR24293"
3puts "============"
4puts ""
5#######################################################################
6# Dimension flyout lines don't belong to the dimension sensitive entity.
7#######################################################################
8pload VISUALIZATION
9
10vinit
11vpoint lengthP1 0 0 0
12vpoint lengthP2 10 10 10
1d7ca641 13vdimension length name=dim1 plane=xoy lengthP1 lengthP2
62b6361a 14vdisplay dim1
15vfit
16vmoveto 202 191
17
18set x_coord 272
19set y_coord 198
20checkcolor $x_coord $y_coord 0 1 1
21if { $stat != 1 } {
22 puts "Error : Highlighting of length dimension is wrong."
23}
24
25set only_screen 1