From 6a2b9ef69fa79a7fb22140d4a8a9e34a7651b3f0 Mon Sep 17 00:00:00 2001 From: gka Date: Mon, 18 Mar 2019 16:06:19 +0300 Subject: [PATCH] 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. --- src/IntPatch/IntPatch_PrmPrmIntersection.cxx | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.5