0030082: Intersection algorithm returns curve with big tolerance value
[occt.git] / tests / bugs / modalg_7 / bug26882
CommitLineData
cba287d6 1puts "TODO OCC26882 ALL: Error : is WRONG because number of VERTEX entities in shape"
2puts "TODO OCC26882 ALL: Error : is WRONG because number of EDGE entities in shape"
3
4puts "========"
5puts "OCC26882"
6puts "========"
7puts ""
8#############################################################
9# Edge/Edge intersection algorithm produces incorrect result
10#############################################################
11
12restore [locate_data_file bug26882_e1.brep] e1
13restore [locate_data_file bug26882_e2.brep] e2
14
15bclearobjects
16bcleartools
17baddobjects e1
18baddtools e2
19
20bfillds
21
22bbuild result
23
24checkshape result
25
26checknbshapes result -vertex 1 -edge 2
27
28checkview -display result -2d -path ${imagedir}/${test_image}.png