Eyeshot 10 WinForms API Reference
IsOnSeamU Method (Surface)

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Surface Class : IsOnSeamU Method
The curve
Maximum distance from seam curve
Checks if a curve is on the seam of a surface.
Syntax
'Declaration
 
Public Overridable Function IsOnSeamU( _
   ByVal curve As ICurve, _
   Optional ByVal tol As Double _
) As Boolean
public virtual bool IsOnSeamU( 
   ICurve curve,
   double tol
)

Parameters

curve
The curve
tol
Maximum distance from seam curve

Return Value

True if the curve lies on the seam, false otherwise.
See Also

Reference

Surface Class
Surface Members