Click or drag to resize

RectangleD3DTriangleIndices Property

Gets the triangle indices of all faces using the vertices returned by Vertices. The order is front, back, top, bottom, left, right.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IEnumerable<Tuple<int, int, int>> TriangleIndices { get; }

Property Value

IEnumerableTupleInt32, Int32, Int32
The triangle indices.
See Also