mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-19 13:40:49 +03:00
0025272: Regression in BRepOffsetAPI_MakePipe: invalid shape is created
Fix of regressions Test-case for issue #25272
This commit is contained in:
18
tests/bugs/modalg_5/bug25272
Normal file
18
tests/bugs/modalg_5/bug25272
Normal file
@@ -0,0 +1,18 @@
|
||||
puts "========"
|
||||
puts "OCC25272"
|
||||
puts "========"
|
||||
puts ""
|
||||
##################################################################
|
||||
# Regression in BRepOffsetAPI_MakePipe: invalid shape is created
|
||||
##################################################################
|
||||
|
||||
restore [locate_data_file bug25272_base.brep] b
|
||||
restore [locate_data_file bug25272_path.brep] p
|
||||
|
||||
pipe r p b
|
||||
|
||||
set bug_info [checkshape r]
|
||||
if {[string compare $bug_info "This shape seems to be valid"] != 0} {
|
||||
puts "ERROR: OCC25272 is reproduced"
|
||||
puts " shape result is invalid"
|
||||
}
|
Reference in New Issue
Block a user