Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / LinearPath Class / IntersectWith Method

In This Topic
    IntersectWith Method (LinearPath)
    In This Topic
    Syntax
    'Declaration
     
    Public Function IntersectWith( _
       ByVal C2 As ICurve _
    ) As Point3D()
    public Point3D[] IntersectWith( 
       ICurve C2
    )

    Parameters

    C2
    See Also