0033661: Data Exchange, Step Import - Tessellated GDTs are not imported
[occt.git] / tests / v3d / dimensions / bug24133_1
1 puts "============"
2 puts "CR24133: Development of improvement of dimensions implementation - Length dimension"
3 puts "============"
4 puts ""
5
6 pload VISUALIZATION
7 vfont add [locate_data_file DejaVuSans.ttf] SansFont
8
9 vinit View1
10 vpoint lengthP1 0 0 0
11 vpoint lengthP2 50 50 50
12 vdimension dim1 -length -plane xoy -shapes lengthP1 lengthP2 -font SansFont
13 vfit
14 vmoveto 82 254
15 checkcolor 362 102 0 1 1
16 if { $stat != 1 } { puts "Error : Highlighting of length dimension is wrong." }
17
18 vdump $imagedir/${casename}.png