]> OCCT Git - occt.git/commitdiff
0030148: Modeling Algorithms - exception in BRepOffestAPI_MakePipe for some periodic...
authorabulyche <abulyche@opencascade.com>
Wed, 22 Sep 2021 09:56:33 +0000 (12:56 +0300)
committersmoskvin <smoskvin@opencascade.com>
Tue, 28 Sep 2021 17:12:06 +0000 (20:12 +0300)
This problem was solved by fix for 0030597.
Added the non-regression test for this problem.

tests/pipe/bugs/bug30148 [new file with mode: 0644]

diff --git a/tests/pipe/bugs/bug30148 b/tests/pipe/bugs/bug30148
new file mode 100644 (file)
index 0000000..103e2fb
--- /dev/null
@@ -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"
\ No newline at end of file