]> OCCT Git - occt.git/commitdiff
[bug #33591] Modeling Algorithms - Regression: old surface is not removed after trans...
authorjfa <jfa@opencascade.com>
Thu, 28 Mar 2024 15:30:50 +0000 (15:30 +0000)
committerjfa <jfa@opencascade.com>
Tue, 4 Jun 2024 13:37:16 +0000 (14:37 +0100)
src/BRepTools/BRepTools_TrsfModification.cxx

index c8252f6caf3da4dde3b02e738e7dd5cc08a5ec5e..afedf74c8942542e9b3fb3ab8ed7d783fad3a150 100644 (file)
@@ -307,10 +307,10 @@ Standard_Boolean BRepTools_TrsfModification::NewCurve
 {
   Standard_Real f,l;
   C = BRep_Tool::Curve(E,L,f,l);
-  if (C.IsNull())
-  {
-    return Standard_False;
-  }
+  //if (C.IsNull())
+  //{
+  //  return Standard_False;
+  //}
 
   Tol = BRep_Tool::Tolerance(E);
   Tol *= Abs(myTrsf.ScaleFactor());