]> OCCT Git - occt-copy.git/commitdiff
0030591: Exception is raised by command "bopcheck" on the attached shape
authorgka <gka@opencascade.com>
Mon, 18 Mar 2019 13:06:19 +0000 (16:06 +0300)
committergka <gka@opencascade.com>
Thu, 7 Nov 2019 16:46:23 +0000 (19:46 +0300)
Protection to avoid exception if number of vertices is equal to 1 was added.

src/IntPatch/IntPatch_PrmPrmIntersection.cxx

index 4eb183727418807b21c8bb8469e3ce0568688de1..799cc7d4fc67cc632c328fd467bc8c5e2003c4e5 100644 (file)
@@ -2543,6 +2543,7 @@ void IntPatch_PrmPrmIntersection::Perform (const Handle(Adaptor3d_HSurface)& Sur
                                 } 
                               }
                             }
+                            }
 
                             Standard_Integer pI = ciVpar;