Gets whether the solid is closed. For example, a box with six faces is closed. If one face is removed, the box is open.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Closed() As Boolean |
| [C#] |
|---|
|
| [Managed C++] |
|---|
public: __property bool get_Closed(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public bool getClosed(); |






