1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/pipe/bugs/bug30148
abulyche 95c380d252 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.
2021-09-28 20:12:06 +03:00

13 lines
323 B
Plaintext

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"