1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
astromko bb43d0cc19 0033591: Modeling Algorithms - Regression: old surface is not removed after translation or rotation with geometry copying
In order to avoid the problem we should always perform the commands in the "if (IsNewCur)" block after NewCurve() function even if NewCurve() returns a null-curve.
Added additional condition for this purpose..
2024-04-18 18:23:21 +01:00
..