0025132: Visualization - treat any TopoDS_Solid as closed volume
[occt.git] / tests / bugs / vis / bug10702
CommitLineData
e54706ed 1puts "TODO OCC12345 ALL: An exception was caught"
2puts "TODO OCC12345 ALL: \\*\\* Exception \\*\\*.*"
3puts "TODO OCC12345 ALL: TEST INCOMPLETE"
4
5puts "============"
6puts "OCC10702"
7puts "============"
8puts ""
9#######################################################################
10# MeshVS_NodalColorPrsBuilder does not take into account visibility of mesh elements
11#######################################################################
12
13set BugNumber OCC10702
14
15pload XDE
16
17meshfromstl m [locate_data_file OMF6391_box.stl]
18
19set x_coord 180
20set y_coord 260
21
22meshdispmode m 2
23puts "\nMesh displayed in shading mode"
24
e54706ed 25checkcolor $x_coord $y_coord 0 0 0.36
26
27meshselmode m 8
28puts "\nSelection of elements is activated"
29
4754e164 30vselect $x_coord $y_coord 1
31###vselect $x_coord $y_coord 1
e54706ed 32
33meshhidesel m
34puts "\nSelected elemement is hidden"
35
e54706ed 36checkcolor $x_coord $y_coord 0 0 0.36
37
38nodalcolor_id m
39puts "\nDisplay nodal color presentation"
40
e54706ed 41checkcolor $x_coord $y_coord 0.46 0.12 0.37
42
43set only_screen 1
44