Click or drag to resize

RectangleD3DGetTriangleIndices Method

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.3572.0 (4.8.3572.0)
Syntax
C#
public static IEnumerable<Tuple<int, int, int>> GetTriangleIndices()

Return Value

IEnumerableTupleInt32, Int32, Int32
The triangle indices for all faces.
See Also