0025624: Visualization - selection is incorrect in perspective mode in a specific...
[occt.git] / tests / bugs / modalg_5 / bug25272
CommitLineData
d3dfddae 1puts "========"
2puts "OCC25272"
3puts "========"
4puts ""
5##################################################################
6# Regression in BRepOffsetAPI_MakePipe: invalid shape is created
7##################################################################
8
9restore [locate_data_file bug25272_base.brep] b
10restore [locate_data_file bug25272_path.brep] p
11
12pipe r p b
13
14set bug_info [checkshape r]
15if {[string compare $bug_info "This shape seems to be valid"] != 0} {
16 puts "ERROR: OCC25272 is reproduced"
17 puts " shape result is invalid"
18}