0027905: Visualization - randomly directed arrows on test v3d mesh B7
[occt.git] / tests / bugs / demo / bug27905
CommitLineData
90b85826 1puts "============"
2puts "CR27905"
3puts "============"
4puts ""
5##########################################################################################################
6# Visualization - randomly directed arrows on test v3d mesh B7
7##########################################################################################################
8
9pload XSDRAW
10
11vinit
12vclear
13
14mesh3delem m
15vsetdispmode m 5
16
17meshvectors m -mode elem -maxlen 10 -color green -arrowpart 0.5 -issipmle 0
18vdump ${imagedir}/${test_image}_1.png
19
20meshvectors m -mode elem -maxlen 10 -color green -arrowpart 0.5 -issipmle 0
21vdump ${imagedir}/${test_image}_2.png
22
23meshvectors m -mode elem -maxlen 10 -color green -arrowpart 0.5 -issipmle 0
24vdump ${imagedir}/${test_image}_3.png