Click or drag to resize

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: 23.2.417.0 (23.2.417.0)
Syntax
public bool Closed { get; }

Property Value

Type: Boolean
See Also