0033661: Data Exchange, Step Import - Tessellated GDTs are not imported
[occt.git] / tests / bugs / modalg_7 / bug26568
CommitLineData
ce9aefc8 1puts "============================================================="
2puts "OCC26568 - Modeling Algorithms - Crash when creating pipe"
3puts "============================================================="
cba287d6 4puts ""
5################################
6# Exception when creating pipe
7################################
8
9box b 10 10 10
10explode b f
11circle c 0 0 0 0 1 0 10
12mkedge e c
13wire w e
ce9aefc8 14pipe result w b_1
15
16checkshape result
17
18checknbshapes result -solid 1 -shell 1 -face 3 -wire 3 -edge 7 -vertex 4
19
20set tolres [checkmaxtol result]
21
22if { ${tolres} > 2.e-7} {
23 puts "Error: bad tolerance of result"
24}