SolidTriangulatorResultClosed Property |
Gets whether the solid is closed. For example, a box with six faces is closed. If one
face is removed, the box is open.
Namespace:
AGI.Foundation.Geometry.Discrete
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool Closed { get; }
Public ReadOnly Property Closed As Boolean
Get
public:
property bool Closed {
bool get ();
}
member Closed : bool with get
Property Value
Type:
BooleanSee Also