1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00

[bug #33591] Modeling Algorithms - Regression: old surface is not removed after translation or rotation with geometry copying

This commit is contained in:
jfa 2024-03-28 15:30:50 +00:00
parent 3c11628f2c
commit 194470979b

View 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());