From c2e01cc5cc1411ca03479ed8b9072235859d5c27 Mon Sep 17 00:00:00 2001 From: abulyche Date: Wed, 6 Jul 2022 02:14:57 +0300 Subject: [PATCH] 0024049: Modeling Algorithms - crash in BRepOffsetAPI_MakePipe Added the test for this ticket. --- tests/pipe/bugs/bug24049 | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 tests/pipe/bugs/bug24049 diff --git a/tests/pipe/bugs/bug24049 b/tests/pipe/bugs/bug24049 new file mode 100644 index 0000000000..9f9002e340 --- /dev/null +++ b/tests/pipe/bugs/bug24049 @@ -0,0 +1,19 @@ +puts "=============" +puts "OCC24049: Modeling Algorithms - cras-h in BRepOffsetAPI_MakePipe" +puts "=============" +puts "" + +pload MODELING + +restore [locate_data_file bug24049_spine.brep] spine + +mkedge spine spine +wire spine spine + +circle profile 27378.59961 -1139.028442 -621 0 0 -1 -1 0 -0 6.349999904633 +mkedge profile profile + +pipe pipe spine profile 2 +checkshape pipe + +puts "TEST COMPLETED" \ No newline at end of file