Eyeshot 10 WinForms API Reference
SplitAt Method (Line)

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Line Class : SplitAt Method
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

Reference

Line Class
Line Members