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

0029494: Intersection line between two parametric surfaces is restricted incorrectly if it matches the surface boundary

Creation of IntPatch_Points is forbidden in tangent-zones exceptionally domain boundaries of intersected surface.
This commit is contained in:
nbv
2018-02-08 15:59:41 +03:00
committed by apn
parent 7797eb389a
commit 8dc56d0f88
10 changed files with 482 additions and 589 deletions

View File

@@ -365,7 +365,7 @@ static Standard_Integer xdistcs(Draw_Interpretor& di, Standard_Integer n, const
// report error or warning if distance is greater than tolerance
if (aD > anErrTol)
{
di << "Error :";
di << "Error in " << a[1] << ":";
}
else if (aD > aWarnTol)
{