0025624: Visualization - selection is incorrect in perspective mode in a specific...
[occt.git] / tests / bugs / mesh / bug25469_1
CommitLineData
80d659a5 1puts "========="
2puts "CR25469"
3puts "========="
4puts ""
5###############################################
6# BRepMesh corrupts triangulation of another not connected shape
7###############################################
8
9restore [locate_data_file bug25469_common_edge.brep] a
10
11explode a
12
13incmesh a_1 0.04
14set report [tricheck a_1]
15if {$report != ""} {
16 puts "Error: incorrect meshing of shape 1"
17}
18
19incmesh a_2 0.04
20set report [tricheck a_1]
21if {$report != ""} {
22 puts "Error: meshing of shape 2 corrupts mesh of shape 1"
23}
24
25vinit
26vsetdispmode 1
27vdisplay a_1 a_2
28vfit
29
30set only_screen 1