Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Surface Class / IsOnSeamV Method
The curve
Maximum distance from seam curve

In This Topic
    IsOnSeamV Method (Surface)
    In This Topic
    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