mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-29 14:00:49 +03:00
[bug #33591] Modeling Algorithms - Regression: old surface is not removed after translation or rotation with geometry copying
This commit is contained in:
@@ -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());
|
||||
|
Reference in New Issue
Block a user