Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / RevolvedSurface Class / IsOnSeamV Method

In This Topic
    IsOnSeamV Method (RevolvedSurface)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Function IsOnSeamV( _
       ByVal curve As ICurve, _
       Optional ByVal tol As Double _
    ) As Boolean
    public override bool IsOnSeamV( 
       ICurve curve,
       double tol
    )

    Parameters

    curve
    tol
    See Also