Click or drag to resize

IndexedTrianglesTriangleIndices Property

Gets the index array. Each consecutive group of three indices defines a triangle. Indices refer to entries in Vertices.

Namespace: Altaxo.Drawing.D3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public int[] TriangleIndices { get; }

Property Value

Int32
See Also