Eyeshot 10 WPF API Reference
SplitBy(IList<Point3D>,ICurve[]) Method

WPF Assembly > devDept.Eyeshot.Entities Namespace > CompositeCurve Class > SplitBy Method : SplitBy(IList<Point3D>,ICurve[]) Method
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

Reference

CompositeCurve Class
CompositeCurve Members
Overload List