TriangulatedShellComponentIsClosed Property |
True if and only if the triangulation represents a topologically closed shell
(i.e., each edge is shared by two triangles).
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic bool IsClosed { get; }
Public ReadOnly Property IsClosed As Boolean
Get
public:
property bool IsClosed {
bool get ();
}
member IsClosed : bool with get
Property Value
Boolean
See Also