0032155: Tests - remove broken command OCC280
[occt.git] / tests / bugs / vis / bug25071
CommitLineData
9dba391d 1puts "============"
2puts "CR25071"
3puts "============"
4puts ""
5#######################################################################
6# Check that the selected wireframe representation uses exactly the same
7# discretization of face boundaries as the face outlines shown in shading mode
8#######################################################################
9
10vinit View1
11
12# Computing wireframe without triangulation, then checking face boundaries and selection
13pcone c 0 5 10
14vdisplay c; vfit
15vsetdispmode c 1
0493ffd0 16vaspects c -setFaceBoundaryDraw 1 -setFaceBoundaryColor 0.25 0.25 0
9dba391d 17vselect 200 200
18
19vdump $imagedir/${casename}_wf_no_triang.png
20
21vremove c
22vclose View1
23vinit View1
24
25# Computing wireframe after triangulation, then checking face boundaries and selection
26vsetdispmode 1
27vdisplay c; vfit
0493ffd0 28vaspects c -setFaceBoundaryDraw 1 -setFaceBoundaryColor 0.25 0.25 0
9dba391d 29vselect 200 200
30
31vdump $imagedir/${casename}_wf_with_triang.png