Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Surface Class / IntersectWith Method / IntersectWith(ICurve,Double) Method
The 3D curve
The search tolerance

In This Topic
    IntersectWith(ICurve,Double) Method
    In This Topic
    Finds all the 3D points where a curve and a surface intersect.
    Syntax
    'Declaration
     
    Public Overloads Function IntersectWith( _
       ByVal curve3D As ICurve, _
       ByVal searchTol As Double _
    ) As Point3D()
    public Point3D[] IntersectWith( 
       ICurve curve3D,
       double searchTol
    )

    Parameters

    curve3D
    The 3D curve
    searchTol
    The search tolerance

    Return Value

    The list of intersection points (if any).
    See Also