From 95c380d252543148c0e7a780f14c4fcf560b7afb Mon Sep 17 00:00:00 2001 From: abulyche Date: Wed, 22 Sep 2021 12:56:33 +0300 Subject: [PATCH] 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. --- tests/pipe/bugs/bug30148 | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tests/pipe/bugs/bug30148 diff --git a/tests/pipe/bugs/bug30148 b/tests/pipe/bugs/bug30148 new file mode 100644 index 0000000000..103e2fb0fe --- /dev/null +++ b/tests/pipe/bugs/bug30148 @@ -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