Click or drag to resize

SurfaceTriangulatorResultIndices Property

Gets indices into Positions and Normals. Every 3 indices represent 1 triangle.

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

Property Value

Type: CollectionInt32
See Also