1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

#32471 Mesh - Deflection of the triangulation is not recomputed for planar face

Correction fix for CR32741 to provide binary compatibility with Products 750
This commit is contained in:
gka
2021-10-11 12:50:19 +03:00
parent 219a259720
commit 4d1bf2f6fd
2 changed files with 4 additions and 4 deletions

View File

@@ -191,7 +191,7 @@ namespace
if (!aTriangulation.IsNull())
{
aTriangulation->Parameters (myParams);
aTriangulation->Deflection(myParams->Deflection());
}
}