0030869: Modeling Data - BRepAdaptor_CompCurve incorrectly evaluates the boundary...
[occt.git] / tests / bugs / modalg_7 / bug29900
1 puts "TODO CR29596 All: Intersection of pair of shapes has failed"
2
3 puts "========"
4 puts "OCC29900: Invalid result of FUSE operation"
5 puts "========"
6 puts ""
7
8 cpulimit 3000
9
10 brestore [locate_data_file bug29900_rotated.brep] s1
11 brestore [locate_data_file bug29900_sewedShape.brep] s2
12
13 bdrawwarnshapes 1
14 bfuzzyvalue 2.1e-5
15 brunparallel 1
16
17 bclearobjects
18 bcleartools
19 baddobjects s1
20 baddtools s2
21 bfillds
22 bbop result 1
23
24 checkshape result
25 checknbshapes result -wire 39 -face 39 -shell 1 -solid 1
26 checkprops result -s 0.0199382 -v 3.24449e-005
27
28 if {![regexp "Meshing statuses: NoError" [incmesh result 0.00001]]} {
29   puts "Error: Meshing not done"
30 }
31
32 boptions -default
33
34 smallview +Y+Z
35 don result
36 fit
37 checkview -screenshot -2d -path ${imagedir}/${test_image}.png