0032208: Tests - refactor visualization tests to cover several graphic drivers
[occt.git] / tests / v3d / dimensions / bug27692
CommitLineData
ee905e84 1puts "========"
2puts "Visualization, AIS_AngleDimension - exterior angle and arrows visibility improvements"
0d828ac8 3puts "Test case creates three angle dimensions with exterior/interior presentation for the angle"
4puts "and different visual state of presentation arrows"
ee905e84 5puts "========"
6
ee905e84 7pload MODELING VISUALIZATION
8
9vinit
10vpoint p1 0 0 0
11vpoint p2 10 0 0
12vpoint p3 10 5 0
13vdimension dim1 -angle -plane xoy -shapes p1 p2 p3
14vangleparam dim1 -type exterior -showarrow first
15
16vpoint p4 50 0 0
17vpoint p5 60 0 0
18vpoint p6 60 5 0
19vdimension dim2 -angle -plane xoy -shapes p4 p5 p6
20vangleparam dim2 -type interior -showarrow none
21
22vpoint p7 30 -40 0
23vpoint p8 40 -40 0
24vpoint p9 50 -35 0
25vdimension dim3 -angle -plane xoy -shapes p7 p8 p9
26vangleparam dim3 -type exterior -showarrow second
27
28vfit
29vdump $imagedir/${casename}.png