0022785: Draw Harness - add possibility to remove a text drawn by the command vdrawtext
[occt.git] / tests / bugs / vis / bug26035_5
CommitLineData
85a975f1 1puts "============"
2puts "CR26035"
3puts "============"
4puts ""
5#######################################################################
6# Drawing dimension between edge and point
7#######################################################################
8
9vinit View1
10vclear
11vaxo
12
13vertex v1 10 -10 0
14vertex v2 10 10 0
15edge e v1 v2
16vdisplay e
17
18vpoint p 10 0 10
19
20vdimension len -length -shapes e p -plane yoz
21
22vfit
23
24set only_screen 1
25