0031999: Tests - request Core Profile on macOS for Ray-Tracing tests
[occt.git] / tests / bugs / vis / bug6897_1
1 puts "============"
2 puts "0006897: Impossible to change edge line type in 3D View"
3 puts "============"
4 puts ""
5
6 pload MODELING VISUALIZATION
7 vclear
8 vinit View1
9 vaxo
10
11 box b 1 1 1
12 vdisplay -dispMode 1 b
13 vfit
14
15 vaspects b -setInteriorStyle SOLID
16 vdump $imagedir/${casename}_3.png
17
18 vaspects b -setInteriorStyle SOLID -setDrawEdges 1 -setEdgeType DASH -setEdgeColor 64FF64
19 vdump $imagedir/${casename}_1.png
20
21 vaspects b -setInteriorStyle HOLLOW -setDrawEdges 1
22 vdump $imagedir/${casename}_2.png