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

In This Topic
    SplitAt Method (LinearPath)
    In This Topic
    Syntax
    'Declaration
     
    Public Function SplitAt( _
       ByVal t As Double, _
       ByRef lower As ICurve, _
       ByRef upper As ICurve _
    ) As Boolean
    public bool SplitAt( 
       double t,
       out ICurve lower,
       out ICurve upper
    )

    Parameters

    t
    lower
    upper
    See Also