Eyeshot 9.0 WPF API Reference
IsOnSeamV Method (Surface)

WPF Assembly > devDept.Eyeshot.Entities Namespace > Surface Class : IsOnSeamV Method
The curve
Maximum distance from seam curve
Checks if a curve is on the seam of a surface.
Syntax
'Declaration
 
Public Overridable Function IsOnSeamV( _
   ByVal curve As ICurve, _
   Optional ByVal tol As Double _
) As Boolean
public virtual bool IsOnSeamV( 
   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