0030402: Data Exchange - exported VRML file has broken location information
[occt.git] / tests / bugs / xde / bug6491
1 puts "========"
2 puts "OCC6491"
3 puts "========"
4 puts ""
5 ####################################################
6 ## Sewing in DRAW on attached the shape with tolerance 1000 adds duplicated faces
7 ####################################################
8
9 set BugNumber OCC6491
10
11 restore [locate_data_file OCC6491.brep] a
12
13 set tolerance 1000
14
15 sewing result ${tolerance} a
16
17 checknbshapes result -face 263 -shell 1
18 checkmaxtol result -ref 185.91005891234283
19 checkfreebounds result 73
20
21 checkview -display result -2d -path ${imagedir}/${test_image}.png
22