1restore [locate_data_file 5000-12.brep] a
2
3dchrono ch restart
4puts [fastsewing result -tol 2.0e-5 a]
5dchrono ch stop counter fastsewing
6
7donly result
8checkshape result
9
10set nbshapes_expected "
11Number of shapes in shape
12 VERTEX    : 5556
13 EDGE      : 11118
14 WIRE      : 5552
15 FACE      : 5552
16 SHELL     : 1
17 SOLID     : 0
18 COMPSOLID : 0
19 COMPOUND  : 1
20 SHAPE     : 27780
21"
22
23checknbshapes result -ref "${nbshapes_expected}" -t -m "Partition of 2 shapes"
24