1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +03:00

0030591: Exception is raised by command "bopcheck" on the attached shape

Protection to avoid exception if number of vertices is equal to 1 was added.
This commit is contained in:
gka
2019-03-18 16:06:19 +03:00
parent 82b83828dc
commit 6a2b9ef69f

View File

@@ -2543,6 +2543,7 @@ void IntPatch_PrmPrmIntersection::Perform (const Handle(Adaptor3d_HSurface)& Sur
}
}
}
}
Standard_Integer pI = ciVpar;