IndexedTrianglesTriangleIndices Property |
Gets the index array. Each consecutive group of three indices defines a triangle.
Indices refer to entries in
Vertices.
Namespace: Altaxo.Drawing.D3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic int[] TriangleIndices { get; }Property Value
Int32
See Also