Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Surface Class / IntersectWith Method / IntersectWith(Plane,Double) Method
The plane
The tolerance

In This Topic
    IntersectWith(Plane,Double) Method
    In This Topic
    Computes the intersection of a surface and a plane as a collection of curves.
    Syntax
    'Declaration
     
    Public Overloads Function IntersectWith( _
       ByVal pln As Plane, _
       ByVal tol As Double _
    ) As ICurve()
    public ICurve[] IntersectWith( 
       Plane pln,
       double tol
    )

    Parameters

    pln
    The plane
    tol
    The tolerance

    Return Value

    The array of intersection curves.
    See Also