Eyeshot 11 WPF API Reference
WPF 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