0030942: Draw Harness, ViewerTest - command vdefaults should abort script on unknown...
[occt.git] / tests / bugs / vis / bug26035_3
CommitLineData
85a975f1 1puts "============"
2puts "CR26035"
3puts "============"
4puts ""
5#######################################################################
6# Drawing dimension between edge and vertex
7#######################################################################
8
6fb1a930 9vfont add [locate_data_file DejaVuSans.ttf] SansFont
10
85a975f1 11vinit View1
12vclear
13vaxo
14
15vertex v1 10 -10 0
16vertex v2 10 10 0
17edge e v1 v2
18vdisplay e
19
20vertex v3 10 0 10
21vdisplay v3
22
6fb1a930 23vdimension len -length -shapes e v3 -plane yoz -font SansFont
85a975f1 24
25vfit
26
5747059b 27checkview -screenshot -3d -path ${imagedir}/${test_image}.png
85a975f1 28