Eyeshot 10 WPF API Reference
SplitBy(Point3D,ICurve,ICurve) Method

WPF Assembly > devDept.Eyeshot.Entities Namespace > ICurve Interface > SplitBy Method : SplitBy(Point3D,ICurve,ICurve) Method
The 3D point indicating the split position
Lower curve segment
Upper curve segment
Splits the curve at the 3D point provided.
Syntax
'Declaration
 
Overloads Function SplitBy( _
   ByVal pt As Point3D, _
   ByRef lower As ICurve, _
   ByRef upper As ICurve _
) As Boolean
bool SplitBy( 
   Point3D pt,
   out ICurve lower,
   out ICurve upper
)

Parameters

pt
The 3D point indicating the split position
lower
Lower curve segment
upper
Upper curve segment

Return Value

True if the operation is successful, false otherwise.
See Also

Reference

ICurve Interface
ICurve Members
Overload List