PolygonMeshIsNClosed
Property
 | 
Property that indicates whether this
PolygonMesh entity is closed in the N direction.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
 
public bool IsNClosed { get; }
 
Public ReadOnly Property IsNClosed As Boolean
        Get
 
public:
property bool IsNClosed {
        bool get ();
}
 
member IsNClosed : bool with get
 
 
 
Property Value
Boolean
 
See Also