0033661: Data Exchange, Step Import - Tessellated GDTs are not imported
[occt.git] / tests / bugs / modalg_4 / bug87
CommitLineData
a87752f3 1puts "TODO OCC12345 ALL: Faulty : Now w1,w2 have bspline curves as basic !!!"
58cf74e0 2puts "TODO OCC12345 ALL: Error : The area of result shape is"
a87752f3 3
4puts "========================"
5puts " BUC60958 "
6puts " OCC87 "
7puts "========================"
8
9puts "Restoring the wires :"
10restore [locate_data_file OCC86a.brep] w1
352ffd73 11checkshape w1
a87752f3 12restore [locate_data_file OCC86b.brep] w2
352ffd73 13checkshape w2
a87752f3 14
15set first1 [dump w1]
16set second1 [dump w2]
17
18# puts "Do Thrusection by following command: thrusections res 0 0 w1 w2 "
19
20thrusections result 0 0 w1 w2
21
22set first2 [dump w1]
23set second2 [dump w2]
24
25if {$first1 != $first2 || $second1 != $second2} {
26 puts "Faulty : Now w1,w2 have bspline curves as basic !!!"
27} else {
28 puts "Correct result: Wires have circle curves as basic"
29}
30
58cf74e0 31checkprops result -s 0
32checkshape result
5747059b 33checkview -display result -2d -path ${imagedir}/${test_image}.png