0033661: Data Exchange, Step Import - Tessellated GDTs are not imported
[occt.git] / tests / bugs / modalg_5 / bug25272
1 puts "========"
2 puts "OCC25272"
3 puts "========"
4 puts ""
5 ##################################################################
6 # Regression in BRepOffsetAPI_MakePipe: invalid shape is created
7 ##################################################################
8
9 restore [locate_data_file bug25272_base.brep] b
10 restore [locate_data_file bug25272_path.brep] p
11
12 pipe r p b
13
14 set bug_info [checkshape r]
15 if {[string compare $bug_info "This shape seems to be valid"] != 0} {
16   puts "ERROR: OCC25272 is reproduced"
17   puts "       shape result is invalid"
18 }