0032424: [Regression] Mesh - Slow triangulation of a simple shape.
[occt.git] / tests / bugs / mesh / bug25469_2
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
12explode a_1
13explode a_2
14
15ttranslate a_2_1 -100 -220 0
16
17incmesh a_1_1 0.04
18set report [tricheck a_1_1]
19if {$report != ""} {
20 puts "Error: incorrect meshing of shape 1"
21}
22
23incmesh a_2_1 0.04
24set report [tricheck a_1_1 a_2_1]
25if {$report != ""} {
26 puts "Error: meshing of shape 2 corrupts mesh of shape 1"
27}
28
29vinit
30vsetdispmode 1
31vdisplay a_1_1 a_2_1
32vfit
33
5747059b 34checkview -screenshot -3d -path ${imagedir}/${test_image}.png