0033661: Data Exchange, Step Import - Tessellated GDTs are not imported
[occt.git] / tests / bugs / moddata_3 / bug25693_2
CommitLineData
dfdfa61f 1puts "============"
2puts "OCC25693"
3puts "============"
4puts ""
5###############################
6## Wire of BSplines fails bopcheck
7###############################
8
9restore [locate_data_file bug25693_path3039.brep] path3039
10
11prism Extrude_path3039 path3039 0 0 50
12
ad8b073e 13set log1 [string trim [bopcheck path3039]]
14if {$log1 != "This shape seems to be OK."} {
dfdfa61f 15 puts "Error : bad shape"
16}
17
ad8b073e 18set log2 [string trim [bopcheck Extrude_path3039]]
19if {$log2 != "This shape seems to be OK."} {
dfdfa61f 20 puts "Error : Wire of BSplines fails bopcheck"
21}
22
23checkview -display path3039 -2d -path ${imagedir}/${test_image}-path3039-2d.png
24checkview -display Extrude_path3039 -2d -path ${imagedir}/${test_image}-Extrude_path3039-2d.png