Eyeshot 10 WinForms API Reference
IntersectionCircleCircle Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > CompositeCurve Class : IntersectionCircleCircle Method
The first arc/circle entity
The second arc/circle entity
The plane where the two entities lay
The first intersection point (when it exists)
The second intersection point (when it exists)
Finds the intersection between two Arc/Circle entities.
Syntax
'Declaration
 
Public Shared Function IntersectionCircleCircle( _
   ByVal arc1 As Circle, _
   ByVal arc2 As Circle, _
   ByVal pln As Plane, _
   ByRef i0 As Point3D, _
   ByRef i1 As Point3D _
) As Boolean
public static bool IntersectionCircleCircle( 
   Circle arc1,
   Circle arc2,
   Plane pln,
   out Point3D i0,
   out Point3D i1
)

Parameters

arc1
The first arc/circle entity
arc2
The second arc/circle entity
pln
The plane where the two entities lay
i0
The first intersection point (when it exists)
i1
The second intersection point (when it exists)

Return Value

True if the intersection is found, false when the two entities don't touch.
See Also

Reference

CompositeCurve Class
CompositeCurve Members