Eyeshot 9.0 WinForms API Reference
Intersection2D Method (EntityList)

WinForms Assembly > devDept.Eyeshot Namespace > EntityList Class : Intersection2D Method
The first curve
The second curve
The plane where the two curves lay
Finds all 3D points where the provided coplanar curves intersect.
Syntax
'Declaration
 
Public Shared Function Intersection2D( _
   ByVal C1 As ICurve, _
   ByVal C2 As ICurve, _
   ByVal plane As Plane _
) As Point3D()
public static Point3D[] Intersection2D( 
   ICurve C1,
   ICurve C2,
   Plane plane
)

Parameters

C1
The first curve
C2
The second curve
plane
The plane where the two curves lay

Return Value

The list of intersection points.
Remarks
For PROFESSIONAL edition, this method doesn't work for Ellipses, Elliptical Arcs and CompositeCurve containing Ellipses or Elliptical Arcs.
See Also

Reference

EntityList Class
EntityList Members