Click or drag to resize

TetrahedronUpGetTriangleIndices Method

Gets the triangle indices for the tetrahedron mesh.

Namespace: Altaxo.Graph.Graph3D.Plot.Styles.ScatterSymbols
Assembly: AltaxoBase (in AltaxoBase.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.
See Also