From 1ba169d081254ed25cd1037ff3cf8eecdb49990c Mon Sep 17 00:00:00 2001 From: ifv Date: Sat, 29 Dec 2018 11:35:52 +0300 Subject: [PATCH] 0030398: Modeling Algorithms - thrusection produces twisted solid --- src/BRepFill/BRepFill_CompatibleWires.cxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/BRepFill/BRepFill_CompatibleWires.cxx b/src/BRepFill/BRepFill_CompatibleWires.cxx index 6465264105..436932398a 100644 --- a/src/BRepFill/BRepFill_CompatibleWires.cxx +++ b/src/BRepFill/BRepFill_CompatibleWires.cxx @@ -846,14 +846,14 @@ void BRepFill_CompatibleWires::Perform (const Standard_Boolean WithRotation) if (allClosed) { // All sections are closed - if (report) { + //if (report) { // same number of elements SameNumberByPolarMethod(WithRotation); - } - else { - // origin - ComputeOrigin(Standard_False); - } + //} + //else { + // // origin + // ComputeOrigin(Standard_False); + //} myIsDone = Standard_True; } else if (allOpen) { -- 2.39.5