Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / LinearPath Class / SubCurve Method / SubCurve(Point3D,Point3D,ICurve) Method

In This Topic
    SubCurve(Point3D,Point3D,ICurve) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function SubCurve( _
       ByVal startPt As Point3D, _
       ByVal endPt As Point3D, _
       ByRef sub As ICurve _
    ) As Boolean
    public bool SubCurve( 
       Point3D startPt,
       Point3D endPt,
       out ICurve sub
    )

    Parameters

    startPt
    endPt
    sub
    See Also