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

In This Topic
    IntersectWith(Plane,Double) Method
    In This Topic
    Trims the curve at the limit point projection.
    Syntax
    'Declaration
     
    Public Overloads Function IntersectWith( _
       ByVal pln As Plane, _
       ByVal tol As Double _
    ) As Point3D()
    public Point3D[] IntersectWith( 
       Plane pln,
       double tol
    )

    Parameters

    pln
    The limit plane
    tol
    The search tolerance

    Return Value

    The list of 3D intersection points.
    See Also