0033661: Data Exchange, Step Import - Tessellated GDTs are not imported
[occt.git] / tests / bugs / modalg_7 / bug32196
CommitLineData
f0ca3c81 1puts "================================"
2puts " 0032196: Invalid section curve"
3puts "================================"
4puts ""
5
6restore [locate_data_file bug32136_obj.brep] s
7restore [locate_data_file bug32136_tools.brep] t
8
9explode s f
10explode t
11explode t_3 f
12
13set log [bopcurves s_44 t_3_4 -2d]
14
15if {![regexp "has no 3d curves" ${log}] ||
16 ![regexp "has no 3d points" ${log}]} {
17 puts "Error: the result contains curves or points"
18}
19
20set log [bopcurves s_2 t_3_82 -2d]
21
22if {![regexp "has no 3d curves" ${log}] ||
23 ![regexp "has no 3d points" ${log}]} {
24 puts "Error: the result contains curves or points"
25}
26
27set log [bopcurves s_2 t_3_95 -2d]
28
29if {![regexp "has no 3d curves" ${log}] ||
30 ![regexp "has no 3d points" ${log}]} {
31 puts "Error: the result contains curves or points"
32}
33
34set log [bopcurves s_2 t_3_108 -2d]
35
36if {![regexp "has no 3d curves" ${log}] ||
37 ![regexp "has no 3d points" ${log}]} {
38 puts "Error: the result contains curves or points"
39}
40
41set log [bopcurves s_52 t_3_43 -2d]
42
43if {![regexp "has no 3d curves" ${log}] ||
44 ![regexp "has no 3d points" ${log}]} {
45 puts "Error: the result contains curves or points"
46}