Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / ICurve Interface / IntersectWith Method
The other curve

In This Topic
    IntersectWith Method (ICurve)
    In This Topic
    Finds all 3D points where the curve intersects another given curve.
    Syntax
    'Declaration
     
    Function IntersectWith( _
       ByVal C2 As ICurve _
    ) As Point3D()
    Point3D[] IntersectWith( 
       ICurve C2
    )

    Parameters

    C2
    The other curve
    See Also