From: gka Date: Mon, 18 Mar 2019 13:06:19 +0000 (+0300) Subject: 0030591: Exception is raised by command "bopcheck" on the attached shape X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=6a2b9ef69fa79a7fb22140d4a8a9e34a7651b3f0;p=occt-copy.git 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. --- diff --git a/src/IntPatch/IntPatch_PrmPrmIntersection.cxx b/src/IntPatch/IntPatch_PrmPrmIntersection.cxx index 4eb1837274..799cc7d4fc 100644 --- a/src/IntPatch/IntPatch_PrmPrmIntersection.cxx +++ b/src/IntPatch/IntPatch_PrmPrmIntersection.cxx @@ -2543,6 +2543,7 @@ void IntPatch_PrmPrmIntersection::Perform (const Handle(Adaptor3d_HSurface)& Sur } } } + } Standard_Integer pI = ciVpar;