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

In This Topic
    IsClosed Property (Solid3D)
    In This Topic
    Gets the shell closure status.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsClosed As Boolean
    public bool IsClosed {get;}

    Property Value

    True if the shell is closed, false otherwise.
    See Also