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:
parent
3c11628f2c
commit
194470979b
@ -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());
|
||||
|
Loading…
x
Reference in New Issue
Block a user