Click or drag to resize

SurfaceTriangulatorResultBoundaryIndices Property

Gets indices into Positions that define the boundary positions that surround the mesh.

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 Collection<int> BoundaryIndices { get; }

Property Value

Type: CollectionInt32
Remarks
See BoundaryPositions for a full discussion of boundary positions.
See Also