Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Mesh Class / IsClosed Property

In This Topic
    IsClosed Property (Mesh)
    In This Topic
    Tells if a mesh is closed.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsClosed As Boolean
    public bool IsClosed {get;}

    Property Value

    True if the mesh is closed.
    See Also