Eyeshot 10 WinForms API Reference
SplitBy(ICurve,Surface,Surface) Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Surface Class > SplitBy Method : SplitBy(ICurve,Surface,Surface) Method
The 3D geometric contour
The first split
The second split
Splits the surface using an open or closed contour.
Syntax
'Declaration
 
Public Overloads Function SplitBy( _
   ByVal contour As ICurve, _
   ByRef split1 As Surface, _
   ByRef split2 As Surface _
) As Boolean
public bool SplitBy( 
   ICurve contour,
   out Surface split1,
   out Surface split2
)

Parameters

contour
The 3D geometric contour
split1
The first split
split2
The second split

Return Value

True if the operation succeeded, false otherwise.
See Also

Reference

Surface Class
Surface Members
Overload List