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

Property Value

Type: Boolean
See Also