0033661: Data Exchange, Step Import - Tessellated GDTs are not imported
[occt.git] / tests / bugs / modalg_4 / bug78
CommitLineData
9026dea8 1puts "====="
0e94a94e 2puts "OCC78"
9026dea8 3puts "====="
0e94a94e 4puts ""
9026dea8 5#####################################################
6# BUC60875. Pipe is created incorrectly on two wires.
7#####################################################
8
9restore [locate_data_file BUC60875_wire.brep] wire
10restore [locate_data_file BUC60875_profile.brep] profile
11
12checkshape wire
13checkshape profile
14
15set area 10225.7
16
17set nbshapes_expected "
18Number of shapes in shape
19 VERTEX : 27
20 EDGE : 42
21 WIRE : 16
22 FACE : 16
23 SHELL : 2
24 SOLID : 0
25 COMPSOLID : 0
26 COMPOUND : 1
27 SHAPE : 104
28"
29
30pipe result wire profile
31
58cf74e0 32checkshape result
9026dea8 33
34checkprops result -s ${area}
35
36checknbshapes result -ref ${nbshapes_expected} -t -m "Pipe"
37
38set info [bopcheck result]
39if { [regexp "This shape seems to be OK" ${info}] != 1 } {
40 puts "Error : Pipe is created incorrectly on two wires"
41}
42
5747059b 43checkview -display result -2d -path ${imagedir}/${test_image}.png