Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / AnalyticSurf Class / HasSeam Property

In This Topic
    HasSeam Property (AnalyticSurf)
    In This Topic
    Returns true when the surface has one or two seams.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property HasSeam As Boolean
    public abstract bool HasSeam {get;}

    Property Value

    True in case of closed surfaces.
    See Also