Product : Engine, Version : 4.0.4.1023, ArticleID : 41023264

Bug : Error at the intersection check.

Article41023264
TypeBug
ProductEngine
Version4.0.4.1023
Date Added10/8/2003
FixedYes [10/15/2003]
Submitted bySheena Konikkara
Keywords

Subject

Error at the intersection check.

Summary

See the attached file for the error nature which has to do with the following code probably

 For Each objFigure As vdFigure In objCrossSel
      objArray = CType(objFigure.IntersectWith(objCopyFigure, VdConstInters.VdIntOnBothOperands), array)

      If objArray Is Nothing OrElse objArray.Length <= 3 Then 'nopoint or one point
         objCrossSel.RemoveItem(objFigure)
      End If

 Next

 

There is also the project attached

This code is at common.vb

Solution

It is fixed in 4.0.5.1024