1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00

0030148: Modeling Algorithms - exception in BRepOffestAPI_MakePipe for some periodic BSpline spines

This problem was solved by fix for 0030597.
Added the non-regression test for this problem.
This commit is contained in:
abulyche 2021-09-22 12:56:33 +03:00 committed by smoskvin
parent f277dcbbc0
commit 95c380d252

13
tests/pipe/bugs/bug30148 Normal file
View File

@ -0,0 +1,13 @@
puts "============="
puts "OCC30148: Modeling Algorithms - exc-eption in BRepOffestAPI_MakePipe for some periodic BSpline spines"
puts "============="
puts ""
pload MODELING
restore [locate_data_file bug30148_1.brep] profile
restore [locate_data_file bug30148_2.brep] spine
pipe pipe spine profile
puts "TEST COMPLETED"