Eyeshot 10 WinForms API Reference
SplitByV Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Surface Class : SplitByV Method
The point used to get the V parametric value
The lower surface
The upper surface
Splits the surface along V.
Syntax
'Declaration
 
Public Sub SplitByV( _
   ByVal pt As Point3D, _
   ByRef sl As Surface, _
   ByRef su As Surface _
) 
public void SplitByV( 
   Point3D pt,
   out Surface sl,
   out Surface su
)

Parameters

pt
The point used to get the V parametric value
sl
The lower surface
su
The upper surface
See Also

Reference

Surface Class
Surface Members