Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / LinearPath Class / SplitBy Method / SplitBy(IList<Point3D>,ICurve[]) Method

In This Topic
    SplitBy(IList<Point3D>,ICurve[]) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function SplitBy( _
       ByVal points As IList(Of Point3D), _
       ByRef segments As ICurve() _
    ) As Boolean
    public bool SplitBy( 
       IList<Point3D> points,
       out ICurve[] segments
    )

    Parameters

    points
    segments
    See Also